summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2024-09-09 19:44:49 +0200
committerInari Listenmaa <inari.listenmaa@gmail.com>2025-08-02 16:39:31 +0200
commitbbf12458c7c4b783897851f7e0bddea54f2d984e (patch)
tree016697f7ff8f8e0c6338397129410013d634420f /gf.cabal
parentb914a25de326dd937e3a1d05f4eefb46af6da7b4 (diff)
use openFd from unix >= 2.8
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 21093ae0b..a0b0c01dd 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -347,7 +347,7 @@ library
else
build-depends:
terminfo >=0.4.0 && < 0.5,
- unix >= 2.7.2 && < 2.8
+ unix >= 2.8
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths