summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 17:12:52 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:23 +0100
commit95c321e0f710f7850253057ba0351fc30995cdd8 (patch)
tree008688306511102694d2f0ea97d50ba07bef91b5 /pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
parent31073f367e0f6362e1f4a2c36e1f5fe4e29f7464 (diff)
downloadnixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar.gz
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar.bz2
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar.lz
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar.xz
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.tar.zst
nixpkgs-95c321e0f710f7850253057ba0351fc30995cdd8.zip
Mark more users of haskell-test-sandbox broken.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix4
1 files changed, 4 insertions, 0 deletions
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 ad88c9ffef1..7917a6d71d8 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;