mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
haskellPackages.raven-haskell: Unbreak on GHC9.8
raven-haskell needs to be jailbreaked due to a newer aeson version when running with GHC9.8
This commit is contained in:
parent
11c9a7e4d3
commit
0b9c5e20c9
|
@ -78,6 +78,7 @@ self: super: {
|
||||||
# Too strict bound on base, believe it or not.
|
# Too strict bound on base, believe it or not.
|
||||||
# https://github.com/judah/terminfo/pull/55#issuecomment-1876894232
|
# https://github.com/judah/terminfo/pull/55#issuecomment-1876894232
|
||||||
terminfo_0_4_1_6 = doJailbreak super.terminfo_0_4_1_6;
|
terminfo_0_4_1_6 = doJailbreak super.terminfo_0_4_1_6;
|
||||||
|
raven-haskell = doJailbreak super.raven-haskell; # aeson <2.2
|
||||||
|
|
||||||
#
|
#
|
||||||
# Test suite issues
|
# Test suite issues
|
||||||
|
|
Loading…
Reference in a new issue