From 74e40b0671fa2aee66198fb8dd32bdce16b1b2d0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Mar 2018 09:41:57 +0100 Subject: [PATCH] haskell-HTTP: drop obsolete override for GHC 8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 7 ------- 1 file changed, 7 deletions(-) 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