diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 9b04bb016ab..18fc916a2b1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -155,13 +155,6 @@ self: super: { ## hspec-discover ==2.4.8 hspec-discover = super.hspec-discover_2_4_8; - ## Needs bump to a versioned attribute - HTTP = overrideCabal super.HTTP_4000_3_10 (drv: { - ## - ## https://github.com/haskell/HTTP/pull/114 - doCheck = false; - }); - ## Needs bump to a versioned attribute ## Setup: Encountered missing dependencies: ## free ==4.*, template-haskell >=2.4 && <2.13