We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b879fc2 commit b47022cCopy full SHA for b47022c
lib/call-cabal-project-to-nix.nix
@@ -359,7 +359,7 @@ let
359
else
360
grep '^version:' ${ghcSrc}/libraries/${name}/${name}.cabal.in
361
fi
362
- '') (["base" "ghc-prim" "template-haskell"]
+ '') (["base" "ghc-prim" "ghci" "template-haskell"]
363
++ pkgs.lib.optional (builtins.compareVersions ghc.version "9.0" < 0) "integer-gmp"
364
++ pkgs.lib.optional (builtins.compareVersions ghc.version "9.0" >= 0) "ghc-bignum"))}
365
${pkgs.lib.optionalString (builtins.compareVersions ghc.version "9.2" >= 0) ''
0 commit comments