summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-15 20:19:36 +0100
committerPeter Simons <simons@cryp.to>2015-02-15 22:35:28 +0100
commitdccb2921ff927be6166cfccec10cab2b1cbe69bc (patch)
tree4266e073198ce9d61e8e619b63ba54370a2c162a /pkgs/development
parent2a8c78322ca03e1f7b732f2697613ed35f879f8d (diff)
downloadnixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar.gz
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar.bz2
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar.lz
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar.xz
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.tar.zst
nixpkgs-dccb2921ff927be6166cfccec10cab2b1cbe69bc.zip
haskell-test-sandbox cannot be built by GHC 7.8.x.
Diffstat (limited to 'pkgs/development')
-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 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