From f808ba588bfad5b297a3632958ccd765a131fc3c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 5 Apr 2013 19:14:38 +0200 Subject: [PATCH] Cabal-1.16.0.3: disable unit test suite The release archive is missing a Setup.hs file, which makes the test suite fail. Thanks to Kevin Quick for finding this issue! --- pkgs/development/libraries/haskell/Cabal/1.16.0.3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/Cabal/1.16.0.3.nix b/pkgs/development/libraries/haskell/Cabal/1.16.0.3.nix index 16facf73f9f..c1689817dcc 100644 --- a/pkgs/development/libraries/haskell/Cabal/1.16.0.3.nix +++ b/pkgs/development/libraries/haskell/Cabal/1.16.0.3.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { extensibleExceptions filepath HUnit QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; + doCheck = false; meta = { homepage = "http://www.haskell.org/cabal/"; description = "A framework for packaging Haskell software";