From 4f98fa0e6a277fa9dc17c143dca4b060c5eb0b5e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 4 Jan 2024 11:54:08 +0100 Subject: haskell.packages.ghc981.terminfo_0_4_1_6: allow base 4.20 We need this attribute to work for cross compilation. Unfortunately the updated bounds are not yet released to Hackage. --- pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index 17f6415874f9..c2718537a283 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -72,4 +72,7 @@ self: super: { # Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485 stack = doJailbreak super.stack; + # Too strict bound on base, believe it or not. + # https://github.com/judah/terminfo/pull/55#issuecomment-1876894232 + terminfo_0_4_1_6 = doJailbreak super.terminfo_0_4_1_6; } -- cgit 1.4.1