From dccb2921ff927be6166cfccec10cab2b1cbe69bc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 20:19:36 +0100 Subject: haskell-test-sandbox cannot be built by GHC 7.8.x. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index af660833374..8972aa60ad2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -81,6 +81,10 @@ self: super: { # Needs mtl 2.2.x due to "plailude". clac = dontDistribute super.clac; + # https://github.com/junjihashimoto/test-sandbox-compose/issues/1 + test-sandbox = markBroken super.test-sandbox; + test-sandbox-compose = markBroken super.test-sandbox-compose; + } // # packages relating to amazonka -- cgit 1.4.1