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