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
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
bert filepath haskellSrcExts tasty tastyHunit utf8String
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/feuerbach/ariadne";
|
||||
description = "Go-to-definition for Haskell";
|
||||
|
|
Loading…
Reference in a new issue