Cabal-2.2.0.0: fix build with GHC 8.2.2

This commit is contained in:
Peter Simons
2018-03-10 10:00:15 +01:00
parent 8aa0e7b950
commit deab46fdba
@@ -86,4 +86,9 @@ self: super: {
# https://github.com/purescript/purescript/issues/3189
purescript = doJailbreak (super.purescript);
# Needs text >=1.2.3.0 && <1.3, which is not the default yet.
Cabal_2_2_0_0 = super.Cabal_2_2_0_0.overrideScope (self: super: {
text = self.text_1_2_3_0;
});
}