From ff89958ada31dcc40c3a40e4117b1606e31ba813 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 26 Oct 2014 21:03:06 +0100 Subject: [PATCH] haskell-ariadne: disable test suite to fix the build https://github.com/feuerbach/ariadne/issues/10 --- pkgs/development/libraries/haskell/ariadne/default.nix | 1 + 1 file changed, 1 insertion(+) 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";