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.
This commit is contained in:
sternenseemann
2024-01-04 11:54:08 +01:00
parent aa4b7ce79d
commit 4f98fa0e6a
@@ -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;
}