summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2025-08-18 21:36:18 +0200
committerAndreas Källberg <anka.213@gmail.com>2025-08-19 03:39:44 +0200
commitf31a3496f5585cc1a64bcc079c978fd1cf48eb98 (patch)
treea5e0d44535047e8a4a5499258fb25b805ccd8c29 /gf.cabal
parentb7539126896079dbd1c9976d628ac95f6c7d717f (diff)
Lower ghc bounds for higher unix dep version
This fixes nix builds of gf-lsp
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 14e1decf9..8eff1a671 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -349,7 +349,7 @@ library
build-depends:
terminfo >=0.4.0 && < 0.5
- if impl(ghc >= 9.6.6)
+ if impl(ghc >= 9.6)
build-depends: unix >= 2.8 && < 2.9
else