From bbc633e5fe1566e98315ae664e95083aaa64d17d Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 26 Mar 2023 17:52:24 +0000 Subject: [PATCH] haskell.packages.ghc96.parallel: bump version --- pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 59b52871bbc3..73e9c81ae55b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -134,6 +134,8 @@ self: super: { generically = jailbreakWhileRevision 0 super.generically; # Revision 3 lifts offending template-haskell bound hackage-security = jailbreakWhileRevision 2 super.hackage-security; + # Revision 6 lifts offending base bound + parallel = jailbreakWhileRevision 5 super.parallel; # # Compilation failure workarounds