about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2023-03-26 17:52:24 +0000
committersternenseemann <sternenseemann@systemli.org>2023-03-27 22:29:16 +0200
commitbbc633e5fe1566e98315ae664e95083aaa64d17d (patch)
treef2082b0f35a8bbfbfdeb4b66a2c03462d8fa8bdc /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent2e6a5a6ad216faaf53435f236dcf5d99dd961207 (diff)
downloadnixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar.gz
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar.bz2
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar.lz
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar.xz
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.tar.zst
nixlib-bbc633e5fe1566e98315ae664e95083aaa64d17d.zip
haskell.packages.ghc96.parallel: bump version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 2 insertions, 0 deletions
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