about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-09-17 13:13:01 +0200
committersternenseemann <sternenseemann@systemli.org>2022-09-17 13:13:01 +0200
commit56a86997c4504b76a6db899c8f532bdc7d87ab8e (patch)
treed2dc1865cb6d8661fc3a6e129f811a108d4c1e04 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent0826d4508798e7a86c62c1bf901fb926ff06ba69 (diff)
downloadnixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar.gz
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar.bz2
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar.lz
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar.xz
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.tar.zst
nixlib-56a86997c4504b76a6db899c8f532bdc7d87ab8e.zip
haskell.packages.ghc{8107,884}.megaparsec: ignore base lower bound
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 3650766cfd48..48cb8ed8c085 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -178,4 +178,8 @@ self: super: {
 
   # doctest-parallel dependency requires newer Cabal
   regex-tdfa = dontCheck super.regex-tdfa;
+
+  # Unnecessarily strict lower bound on base
+  # https://github.com/mrkkrp/megaparsec/pull/485#issuecomment-1250051823
+  megaparsec = doJailbreak super.megaparsec;
 }