Skip to content

Commit c6af901

Browse files
Add exceptions and stm to nonReinstallablePkgs for ghc901
1 parent a28099f commit c6af901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/component-driver.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ in
6161
]
6262
# TODO make this unconditional
6363
++ lib.optionals (config.compiler.nix-name == "ghc901") [
64-
"ghc-bignum" ]
64+
"ghc-bignum" "exceptions" "stm"]
6565
++ lib.optionals (!config.reinstallableLibGhc) [
6666
"ghc-boot"
6767
"ghc" "Cabal" "Win32" "array" "binary" "bytestring" "containers"
@@ -70,7 +70,6 @@ in
7070
"hpc"
7171
"mtl" "parsec" "process" "text" "time" "transformers"
7272
"unix" "xhtml" "terminfo"
73-
# "stm"
7473
];
7574

7675
options.bootPkgs = lib.mkOption {

0 commit comments

Comments
 (0)