From 7fa32aecd183f4fcede821a2b0c60a925c0e2ef5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Jan 2015 01:46:30 +0100 Subject: [PATCH] haskell-cabal-test-quickcheck: fix build with GHC 7.8.4 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bf1dcf561776..91a9f063f03f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -92,6 +92,9 @@ self: super: { patchPhase = "sed -i -e 's|random.*==.*|random|' -e 's|text.*>=.*,|text,|' -e s'|terminfo == .*|terminfo|' darcs.cabal"; }); + # The test suite imposes too narrow restrictions on the version of + # Cabal that can be used to build this package. + cabal-test-quickcheck = dontCheck super.cabal-test-quickcheck; } // { # Not on Hackage yet.