From 62a85cb205e646a0ba4b74723eb346ecfcc2bb3c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Aug 2015 01:20:30 +0200 Subject: [PATCH] haskell-cabal-helper: test suite 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 6423b0726d4..6439286ca13 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -826,9 +826,6 @@ self: super: { # FPCO's fork of Cabal won't succeed its test suite. Cabal-ide-backend = dontCheck super.Cabal-ide-backend; - # https://github.com/DanielG/cabal-helper/issues/2 - cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; }); - # https://github.com/ekmett/comonad/issues/25 comonad = dontCheck super.comonad;