Lower ghc bounds for higher unix dep version

This fixes nix builds of gf-lsp
This commit is contained in:
Andreas Källberg
2025-08-18 21:36:18 +02:00
parent b753912689
commit f31a3496f5

View File

@@ -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