3
0
Fork 0
forked from mirrors/nixpkgs

Mark more users of haskell-test-sandbox broken.

This commit is contained in:
Peter Simons 2015-02-22 17:12:52 +01:00
parent 31073f367e
commit 95c321e0f7

View file

@ -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;