about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorMarc Scholten <marc@digitallyinduced.com>2024-03-19 10:53:42 +0100
committerMarc Scholten <marc@digitallyinduced.com>2024-03-19 11:11:04 +0100
commit0b9c5e20c9832df160986f9a2582263dc32b00ba (patch)
tree79664d40613a5c5d97a844fca2ec42f2512702a7 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent11c9a7e4d3a7f41060f475d2c28d06fedf920a22 (diff)
haskellPackages.raven-haskell: Unbreak on GHC9.8
raven-haskell needs to be jailbreaked due to a newer aeson version
when running with GHC9.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
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 ae0747c26d7ae..7e4a8df68f787 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -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