1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

haskell-SourceGraph: broken by haskell-src-exts update

This commit is contained in:
Peter Simons 2014-10-14 16:37:08 +02:00
parent 89975f8fb2
commit 608c0271d8

View file

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
description = "Static code analysis using graph-theoretic techniques";
license = "GPL";
platforms = self.ghc.meta.platforms;
broken = true;
};
})