about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorGabriella Gonzalez <Gabriel439@gmail.com>2021-12-22 10:14:59 -0800
committersterni <sternenseemann@systemli.org>2021-12-22 19:55:30 +0100
commit4e5a391e7ef16b9d44e8c06b187acfc94d1457ad (patch)
tree4903b25f2f32537492e9ebd7375fda59eb6d90fa /pkgs/development/haskell-modules/configuration-ghcjs.nix
parenta2aaaee3d9a46e7d9799b5e3e92d64f3d292361f (diff)
haskell.packages.ghcjs.stm: Fix evaluation error
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index aa416012759ef..2bdf5cfbe51ed 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -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