Merge pull request #307558 from trofi/haskell.packages.ghcjs.stm-fix-eval

haskell.packages.ghcjs.stm: fix eval
This commit is contained in:
Naïm Favier 2024-05-13 12:20:10 +02:00 committed by GitHub
commit f7e9730991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,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_3_0;
stm = doJailbreak self.stm_2_5_3_1;
exceptions = dontCheck self.exceptions_0_10_7;
## OTHER PACKAGES