forked from mirrors/nixpkgs
Mark more users of haskell-test-sandbox broken.
This commit is contained in:
parent
31073f367e
commit
95c321e0f7
|
@ -82,8 +82,12 @@ self: super: {
|
||||||
clac = dontDistribute super.clac;
|
clac = dontDistribute super.clac;
|
||||||
|
|
||||||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/1
|
# 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 = markBroken super.test-sandbox;
|
||||||
test-sandbox-compose = markBroken super.test-sandbox-compose;
|
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.
|
# Needs mtl 2.2.x.
|
||||||
hypher = markBroken super.hypher;
|
hypher = markBroken super.hypher;
|
||||||
|
|
Loading…
Reference in a new issue