Skip to content

Commit b47022c

Browse files
committed
Add ghci
1 parent b879fc2 commit b47022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ let
359359
else
360360
grep '^version:' ${ghcSrc}/libraries/${name}/${name}.cabal.in
361361
fi
362-
'') (["base" "ghc-prim" "template-haskell"]
362+
'') (["base" "ghc-prim" "ghci" "template-haskell"]
363363
++ pkgs.lib.optional (builtins.compareVersions ghc.version "9.0" < 0) "integer-gmp"
364364
++ pkgs.lib.optional (builtins.compareVersions ghc.version "9.0" >= 0) "ghc-bignum"))}
365365
${pkgs.lib.optionalString (builtins.compareVersions ghc.version "9.2" >= 0) ''

0 commit comments

Comments
 (0)