From f31a3496f5585cc1a64bcc079c978fd1cf48eb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=A4llberg?= Date: Mon, 18 Aug 2025 21:36:18 +0200 Subject: [PATCH] Lower ghc bounds for higher unix dep version This fixes nix builds of gf-lsp --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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