From 95c321e0f710f7850253057ba0351fc30995cdd8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:12:52 +0100 Subject: [PATCH] Mark more users of haskell-test-sandbox broken. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ad88c9ffef1e..7917a6d71d8e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -82,8 +82,12 @@ self: super: { clac = dontDistribute super.clac; # https://github.com/junjihashimoto/test-sandbox-compose/issues/1 + hspec-test-sandbox = markBroken super.hspec-test-sandbox; + test-framework-sandbox = markBroken super.test-sandbox-quickcheck; test-sandbox = markBroken super.test-sandbox; test-sandbox-compose = markBroken super.test-sandbox-compose; + test-sandbox-hunit = markBroken super.test-sandbox-hunit; + test-sandbox-quickcheck = markBroken super.test-sandbox-quickcheck; # Needs mtl 2.2.x. hypher = markBroken super.hypher;