From 8e70d65652ccf2b4229f56bb3b7ba96755f31820 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jan 2016 11:23:45 +0100 Subject: [PATCH] haskell-cabal-helper: drop obsolete override Tests are now being disabled by hackage2nix. --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index e56fd431324..64852291459 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -205,9 +205,6 @@ self: super: { # The tests in vty-ui do not build, but vty-ui itself builds. vty-ui = enableCabalFlag super.vty-ui "no-tests"; - # https://github.com/DanielG/cabal-helper/issues/10 - cabal-helper = dontCheck super.cabal-helper; - # https://github.com/fpco/stackage/issues/1112 vector-algorithms = dontCheck super.vector-algorithms;