[Haskell-cafe] ANNOUNCE: SourceGraph 0.5.1.0

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Thu Oct 1 08:04:16 EDT 2009


This is an updated version of my graph-theoretic static analysis tool
for Haskell, SourceGraph.  This version is available from
http://hackage.haskell.org/package/SourceGraph-0.5.1.0 (now with docs on
the Hackage page!).

This version provides the ability to pass in a single Haskell source
file rather than a Cabal file for analysis purposes.  Note that the
Cabal version is still preferred as it is better able to determine
the project name and which modules are exported: when using a single
source file, that file is presumed to be the only exported module and
its module name is used as the overall project name.  This feature was
requested by Curt Sampson.

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list