1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-stm: update overrides for the new 2.5.x version

This commit is contained in:
Peter Simons 2018-09-22 15:49:12 +02:00
parent dbffdee9d2
commit 9e963c020e
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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