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;
};
})