haskell-stm: update overrides for the new 2.5.x version
This commit is contained in:
parent
dbffdee9d2
commit
9e963c020e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue