haskell.packages.ghcjs.stm: 2.5.0.2 -> stm 2.5.1.0

The stm_2_5_0_2 attribute was removed due to a package update upstream,
leading to an evaluation failure in the ghcjs package set.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
Christoph Bauer 2022-11-01 08:02:04 +01:00 committed by sternenseemann
parent 9a33ad65cd
commit e0cec52d57

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_0_2;
stm = doJailbreak self.stm_2_5_1_0;
exceptions = dontCheck self.exceptions_0_10_5;
## OTHER PACKAGES