Skip to content

Commit 8956daa

Browse files
committed
Fix for GHC HEAD JS
1 parent 6886c43 commit 8956daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/install-plan/non-reinstallable.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ghc-internal"]
77
++ lib.optionals (pkgs.stdenv.hostPlatform.isGhcjs) ([
88
# 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"]
9+
"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"]
1010
++ lib.optionals (builtins.compareVersions config.compiler.version "8.11" < 0) [
1111
"ghcjs-prim" "ghcjs-th"]);
12-
}
12+
}

0 commit comments

Comments
 (0)