We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6886c43 commit 8956daaCopy full SHA for 8956daa
modules/install-plan/non-reinstallable.nix
@@ -6,7 +6,7 @@
6
"ghc-internal"]
7
++ lib.optionals (pkgs.stdenv.hostPlatform.isGhcjs) ([
8
# ghci and its dependencies
9
- "ghci" "binary" "bytestring" "containers" "template-haskell" "array" "deepseq" "filepath" "ghc-boot" "ghc-boot-th" "ghc-heap" "transformers" "unix" "directory" "time" "ghc-platform" "os-string"]
+ "ghci" "binary" "bytestring" "containers" "template-haskell" "array" "deepseq" "file-io" "filepath" "ghc-boot" "ghc-boot-th" "ghc-heap" "transformers" "unix" "directory" "time" "ghc-platform" "os-string"]
10
++ lib.optionals (builtins.compareVersions config.compiler.version "8.11" < 0) [
11
"ghcjs-prim" "ghcjs-th"]);
12
-}
+}
0 commit comments