From d968321e4b243fbf04434e61477085cab0d9f019 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 12:42:19 +0200 Subject: [PATCH] haskell-wiring: build has been fixed upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2b25a980011..f6748619454 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -614,9 +614,6 @@ self: super: { # https://github.com/NixOS/nixpkgs/issues/6350 paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; }); - # https://github.com/seanparsons/wiring/issues/1 - wiring = markBrokenVersion super.wiring; - # https://github.com/jwiegley/simple-conduit/issues/2 simple-conduit = markBroken super.simple-conduit;