1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01: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:
Marc Scholten 2024-03-19 10:53:42 +01:00
parent 11c9a7e4d3
commit 0b9c5e20c9

View file

@ -78,6 +78,7 @@ self: super: {
# 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;
raven-haskell = doJailbreak super.raven-haskell; # aeson <2.2
#
# Test suite issues