about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-25 11:07:32 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-25 14:12:44 +0800
commit832b2cdbefe78088a2e1c208706aec4a1ba82920 (patch)
treebfd0e6c0b0a51344cfda5bb053c6f0fc9707e1df /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parentb6e5f0095db0a662320ab5131ad4818a9281c848 (diff)
downloadnixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar.gz
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar.bz2
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar.lz
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar.xz
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.tar.zst
nixlib-832b2cdbefe78088a2e1c208706aec4a1ba82920.zip
haskell.packages.ghc96.warp: remove override to 3.3.28
Versions of warp >=3.3.26 have the crypton-x509 dependency (forked
from x509), which pulls in cascading breakage.
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.nix3
1 files changed, 0 insertions, 3 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 6fb71fcf55d6..645f15c79397 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -252,9 +252,6 @@ self: super: {
     })];
   }) super.ConfigFile;
 
-  # Use newer version of warp with has the openFd signature change for
-  # compatibility with unix>=2.8.0.
-  warp = self.warp_3_3_28;
   # The curl executable is required for withApplication tests.
   warp_3_3_28 = addTestToolDepend pkgs.curl super.warp_3_3_28;
 }