Skip to content

Commit f31a349

Browse files
committed
Lower ghc bounds for higher unix dep version
This fixes nix builds of gf-lsp
1 parent b753912 commit f31a349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gf.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ library
349349
build-depends:
350350
terminfo >=0.4.0 && < 0.5
351351

352-
if impl(ghc >= 9.6.6)
352+
if impl(ghc >= 9.6)
353353
build-depends: unix >= 2.8 && < 2.9
354354

355355
else

0 commit comments

Comments
 (0)