From 608c0271d82830703b46b48e134b789a0a88542c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Oct 2014 16:37:08 +0200 Subject: [PATCH] haskell-SourceGraph: broken by haskell-src-exts update --- pkgs/development/tools/haskell/SourceGraph/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/haskell/SourceGraph/default.nix b/pkgs/development/tools/haskell/SourceGraph/default.nix index abfd386c82a..0ce5872d26a 100644 --- a/pkgs/development/tools/haskell/SourceGraph/default.nix +++ b/pkgs/development/tools/haskell/SourceGraph/default.nix @@ -18,5 +18,6 @@ cabal.mkDerivation (self: { description = "Static code analysis using graph-theoretic techniques"; license = "GPL"; platforms = self.ghc.meta.platforms; + broken = true; }; })