mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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".
|
# Needs mtl 2.2.x due to "plailude".
|
||||||
clac = dontDistribute super.clac;
|
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.
|
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
||||||
apiary-purescript = markBroken super.apiary-purescript;
|
apiary-purescript = markBroken super.apiary-purescript;
|
||||||
highlighter2 = markBroken super.highlighter2;
|
highlighter2 = markBroken super.highlighter2;
|
||||||
|
Loading…
Reference in New Issue
Block a user