diff options
author | Christoph Bauer <mail@christoph-bauer.net> | 2022-11-01 08:02:04 +0100 |
---|---|---|
committer | sternenseemann <sternenseemann@systemli.org> | 2022-11-01 12:52:44 +0100 |
commit | e0cec52d57ddb0b3ba2f2ad980facd0b65677856 (patch) | |
tree | 12a42d140040848a542e294384d83f3acbe35679 /pkgs/development/haskell-modules | |
parent | 9a33ad65cd2660df7c965d3b4187f045bf4a99a0 (diff) |
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>
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r-- | pkgs/development/haskell-modules/configuration-ghcjs.nix | 2 |
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 94a173c049bcf..a7b90341a6201 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix @@ -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 |