diff --git a/pkgs/development/libraries/haskell/ariadne/default.nix b/pkgs/development/libraries/haskell/ariadne/default.nix index b5cb75857c8..00acc1b12e4 100644 --- a/pkgs/development/libraries/haskell/ariadne/default.nix +++ b/pkgs/development/libraries/haskell/ariadne/default.nix @@ -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";