about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNicolas Pouillard <nicolas.pouillard@gmail.com>2023-10-13 22:34:46 +0200
committerNicolas Pouillard <nicolas.pouillard@gmail.com>2023-10-14 00:04:37 +0200
commit91c6034e2bb744c3da9f0628c843cc11385bf7fe (patch)
tree81709a9d824e0dbcb975c49d7c84f7f3425af867 /pkgs
parentf40f1e2f2c669d4ad668d804effa5bbeaa070efe (diff)
downloadnixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar.gz
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar.bz2
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar.lz
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar.xz
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.tar.zst
nixlib-91c6034e2bb744c3da9f0628c843cc11385bf7fe.zip
haskell.packages.ghc96.warp_3_3_29: update exception from warp_3_3_28
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 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 a44b3e79a23d..f6265fefb5db 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -262,7 +262,7 @@ self: super: {
   }) super.ConfigFile;
 
   # The curl executable is required for withApplication tests.
-  warp_3_3_28 = addTestToolDepend pkgs.curl super.warp_3_3_28;
+  warp_3_3_29 = addTestToolDepend pkgs.curl super.warp_3_3_29;
 
   # The NCG backend for aarch64 generates invalid jumps in some situations,
   # the workaround on 9.6 is to revert to the LLVM backend (which is used