SourceGraph 0.6.0.1 → 0.6.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~haskell-src-exts
Dependency ranges changed: haskell-src-exts
Files
- SourceGraph.cabal +2/−2
SourceGraph.cabal view
@@ -1,5 +1,5 @@ Name: SourceGraph-Version: 0.6.0.1+Version: 0.6.0.2 Synopsis: Static code analysis using graph-theoretic techniques. Description: { Statically analyse Haskell source code using graph-theoretic@@ -79,5 +79,5 @@ Graphalyze >= 0.9.0.0 && < 0.10.0.0, graphviz >= 2999.8.0.0 && < 2999.9.0.0, Cabal >= 1.8 && < 1.9,- haskell-src-exts >= 1.5.0 && < 1.6.0+ haskell-src-exts >= 1.5.0 && < 1.7.0 }