about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-22 15:49:12 +0200
committerPeter Simons <simons@cryp.to>2018-09-24 21:19:34 +0200
commit9e963c020e22e84b841ab40f406ede6144afbdd6 (patch)
tree309734a14df63364242c125ceef0d45c7d523625
parentdbffdee9d27b8f672682de958aa6b8e97a5f064c (diff)
downloadnixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar.gz
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar.bz2
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar.lz
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar.xz
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.tar.zst
nixlib-9e963c020e22e84b841ab40f406ede6144afbdd6.zip
haskell-stm: update overrides for the new 2.5.x version
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 5684d14caddf..d5c3e3c205bd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -40,7 +40,7 @@ self: super: {
   mtl = self.mtl_2_2_2;
   parsec = self.parsec_3_1_13_0;
   parsec_3_1_13_0 = addBuildDepends super.parsec_3_1_13_0 [self.fail self.semigroups];
-  stm = self.stm_2_4_5_1;
+  stm = self.stm_2_5_0_0;
   text = self.text_1_2_3_0;
 
   # Build jailbreak-cabal with the latest version of Cabal.
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index a28682004239..168b569cf8c9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -39,7 +39,7 @@ self: super: {
   # These are now core libraries in GHC 8.4.x.
   mtl = self.mtl_2_2_2;
   parsec = self.parsec_3_1_13_0;
-  stm = self.stm_2_4_5_1;
+  stm = self.stm_2_5_0_0;
   text = self.text_1_2_3_0;
 
   # https://github.com/bmillwood/applicative-quoters/issues/6