haskell-ariadne: disable test suite to fix the build
https://github.com/feuerbach/ariadne/issues/10
This commit is contained in:
parent
6ce31138c6
commit
ff89958ada
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
bert filepath haskellSrcExts tasty tastyHunit utf8String
|
bert filepath haskellSrcExts tasty tastyHunit utf8String
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/feuerbach/ariadne";
|
homepage = "https://github.com/feuerbach/ariadne";
|
||||||
description = "Go-to-definition for Haskell";
|
description = "Go-to-definition for Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user