summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:12:35 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit91caf69a407d55ecc8c49c81d289f5f45170b2fa (patch)
treee646ee6fdaa105c8fd307798b28f1a2bd5a46b71 /pkgs
parent147c88256e6861fd15b322325c1d2e2c23c6174d (diff)
downloadnixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar.gz
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar.bz2
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar.lz
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar.xz
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.tar.zst
nixlib-91caf69a407d55ecc8c49c81d289f5f45170b2fa.zip
haskell-megaparsec: jailbreak to fix build with ghc-8.6.1
We cannot update to megaparsec-7.x because hledger does not support it.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 024d7ff3fffa..1f019c1a582d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -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;