summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-30 22:19:39 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-30 22:19:53 +0200
commit227a57329fd3fd6bc1bc835faa097f3f784c676c (patch)
treed0787bb3451f8a5c567bd9bc06422863f1faf1cb /pkgs/development/haskell-modules
parent5b537f7cf921eb57fa4cb9fd9735ff0cfff707d3 (diff)
downloadnixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar.gz
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar.bz2
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar.lz
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar.xz
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.tar.zst
nixpkgs-227a57329fd3fd6bc1bc835faa097f3f784c676c.zip
haskell.packages.ghc8107.ghc-lib-parser: lift lower base bound
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 73d78ff495f..eb06c02b451 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -70,6 +70,8 @@ self: super: {
   # ghc versions which don’t match the ghc-lib-parser-ex version need the
   # additional dependency to compile successfully.
   ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex;
+  # Too strict lower bound on base
+  ghc-lib-parser = doJailbreak super.ghc-lib-parser;
 
   # Needs to use ghc-lib due to incompatible GHC
   ghc-tags = doDistribute (addBuildDepend self.ghc-lib self.ghc-tags_1_5);