haskell-test-sandbox: the build errors have been fixed upstream
This commit is contained in:
parent
b0b08abf31
commit
b29d61e0df
|
@ -81,14 +81,6 @@ self: super: {
|
|||
# Needs mtl 2.2.x due to "plailude".
|
||||
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;
|
||||
|
||||
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
||||
apiary-purescript = markBroken super.apiary-purescript;
|
||||
highlighter2 = markBroken super.highlighter2;
|
||||
|
|
Loading…
Reference in New Issue