haskell-HTF: disable test suite to fix build error
https://github.com/skogsbaer/HTF/issues/37
This commit is contained in:
@@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson aesonPretty filepath HUnit mtl random regexCompat temporary
|
aeson aesonPretty filepath HUnit mtl random regexCompat temporary
|
||||||
text unorderedContainers
|
text unorderedContainers
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/skogsbaer/HTF/";
|
homepage = "https://github.com/skogsbaer/HTF/";
|
||||||
description = "The Haskell Test Framework";
|
description = "The Haskell Test Framework";
|
||||||
|
|||||||
Reference in New Issue
Block a user