11Name : SourceGraph
2- Version : 0.7.0.7
2+ Version : 0.7.0.8
33Synopsis : Static code analysis using graph-theoretic techniques.
44Description : {
55Statically analyse Haskell source code using graph-theoretic
@@ -42,30 +42,58 @@ Build-Type: Simple
4242Extra-Source-Files : TODO
4343 ChangeLog
4444
45- Tested-With : GHC == 7.4.2 , GHC == 7.6.3 , GHC == 7.8.4 ,
46- GHC == 7.10.2 , GHC == 7.11. *
45+ Tested-With : GHC == 8.4.2
4746
4847Source-Repository head
4948 Type : git
5049 Location : https://github.com/ivan-m/SourceGraph
5150
51+ Library
52+ exposed-modules :
53+ SourceGraph.Analyse.Colors
54+ SourceGraph.Analyse.Everything
55+ SourceGraph.Analyse.GraphRepr
56+ SourceGraph.Analyse.Imports
57+ SourceGraph.Analyse.Module
58+ SourceGraph.Analyse.Utils
59+ SourceGraph.Analyse.Visualise
60+ SourceGraph.Parsing.ParseModule
61+ SourceGraph.Parsing.State
62+ SourceGraph.Parsing.Types
63+ SourceGraph.Analyse
64+ SourceGraph.Parsing
65+ Hs-source-dirs : .
66+ Other-Modules :
67+ Paths_SourceGraph
68+ Build-Depends : base == 4. *,
69+ containers,
70+ multiset,
71+ filepath,
72+ random,
73+ directory,
74+ mtl,
75+ fgl == 5.6. *,
76+ Graphalyze >= 0.15 ,
77+ graphviz >= 2999.20 && < 2999.21 ,
78+ Cabal == 2.2. *,
79+ haskell-src-exts == 1.20. *
5280
5381Executable SourceGraph {
5482
55- Main-Is : Main.hs
56- Other-Modules : CabalInfo,
57- Parsing,
58- Parsing.ParseModule,
59- Parsing.State,
60- Parsing.Types,
61- Analyse,
62- Analyse.Utils,
63- Analyse.Colors,
64- Analyse.GraphRepr,
65- Analyse.Visualise,
66- Analyse.Module,
67- Analyse.Imports,
68- Analyse.Everything,
83+ Main-Is : SourceGraph/ Main.hs
84+ Other-Modules : SourceGraph. CabalInfo,
85+ SourceGraph. Parsing,
86+ SourceGraph. Parsing.ParseModule,
87+ SourceGraph. Parsing.State,
88+ SourceGraph. Parsing.Types,
89+ SourceGraph. Analyse,
90+ SourceGraph. Analyse.Utils,
91+ SourceGraph. Analyse.Colors,
92+ SourceGraph. Analyse.GraphRepr,
93+ SourceGraph. Analyse.Visualise,
94+ SourceGraph. Analyse.Module,
95+ SourceGraph. Analyse.Imports,
96+ SourceGraph. Analyse.Everything,
6997 Paths_SourceGraph
7098 Ghc-Options : -Wall
7199 Ghc-Prof-Options : -prof
@@ -77,9 +105,9 @@ Executable SourceGraph {
77105 random,
78106 directory,
79107 mtl,
80- fgl == 5.5 . *,
81- Graphalyze >= 0.14.1.0 && < 0. 15 ,
82- graphviz >= 2999.15.0.0 && < 2999.19 ,
83- Cabal == 1.22 . *,
84- haskell-src-exts == 1.16 . *
108+ fgl == 5.6 . *,
109+ Graphalyze >= 0.15 ,
110+ graphviz >= 2999.20 && < 2999.21 ,
111+ Cabal == 2.2 . *,
112+ haskell-src-exts == 1.20 . *
85113}
0 commit comments