From 1e578fa36b7d4d7675fdd2bcaca3136d2560b04c Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Fri, 21 Aug 2015 05:09:56 -0400 Subject: [PATCH] haskell-cabal-helper: (temporary) testing issues --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 d8d1e3f499ab..c61b9c26211d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -275,4 +275,7 @@ 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; + }