mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
haskell.packages.ghcjs.stm: Fix evaluation error
This commit is contained in:
parent
a2aaaee3d9
commit
4e5a391e7e
|
@ -24,7 +24,7 @@ self: super:
|
|||
|
||||
# GHCJS does not ship with the same core packages as GHC.
|
||||
# https://github.com/ghcjs/ghcjs/issues/676
|
||||
stm = doJailbreak self.stm_2_5_0_1;
|
||||
stm = doJailbreak self.stm_2_5_0_2;
|
||||
exceptions = dontCheck self.exceptions_0_10_4;
|
||||
|
||||
## OTHER PACKAGES
|
||||
|
|
Loading…
Reference in a new issue