haskell.packages.ghcjs.stm: Fix evaluation error

This commit is contained in:
Gabriella Gonzalez 2021-12-22 10:14:59 -08:00 committed by sterni
parent a2aaaee3d9
commit 4e5a391e7e

View file

@ -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