From e4f3eb40c147390e69da14f8eefdecd18f01b4e2 Mon Sep 17 00:00:00 2001 From: mangoiv Date: Fri, 22 Dec 2023 23:07:42 +0100 Subject: [PATCH] haskell.packages.ghc96.warp_3_3_29; change to 3_3_30 cause it doesn't exist anymore --- pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bae278f126e4..2dc7bba14a2b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -266,7 +266,7 @@ self: super: { }) super.ConfigFile; # The curl executable is required for withApplication tests. - warp_3_3_29 = addTestToolDepend pkgs.curl super.warp_3_3_29; + warp_3_3_30 = addTestToolDepend pkgs.curl super.warp_3_3_30; # 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