haskell-megaparsec: jailbreak to fix build with ghc-8.6.1

We cannot update to megaparsec-7.x because hledger does not support it.
This commit is contained in:
Peter Simons 2018-10-19 11:12:35 +02:00
parent 147c88256e
commit 91caf69a40

View file

@ -59,7 +59,7 @@ self: super: {
hspec-meta = self.hspec-meta_2_5_6;
JuicyPixels = self.JuicyPixels_3_3_2;
lens = self.lens_4_17;
megaparsec = dontCheck super.megaparsec_7_0_1;
megaparsec = dontCheck (doJailbreak super.megaparsec);
neat-interpolation = dontCheck super.neat-interpolation_0_3_2_4; # test suite depends on broken HTF
patience = markBrokenVersion "0.1.1" super.patience;
primitive = self.primitive_0_6_4_0;