summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/SourceGraph
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-14 16:37:08 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:35 +0200
commit608c0271d82830703b46b48e134b789a0a88542c (patch)
tree6638030077b0f44aca39374086d5992d17a3da17 /pkgs/development/tools/haskell/SourceGraph
parent89975f8fb2ee9f1cfa2facad018c9350b675db1c (diff)
downloadnixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar.gz
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar.bz2
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar.lz
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar.xz
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.tar.zst
nixpkgs-608c0271d82830703b46b48e134b789a0a88542c.zip
haskell-SourceGraph: broken by haskell-src-exts update
Diffstat (limited to 'pkgs/development/tools/haskell/SourceGraph')
-rw-r--r--pkgs/development/tools/haskell/SourceGraph/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 })