[Haskell-cafe] ANNOUNCE: SourceGraph-0.5.0.0

2009-09-29 Thread Ivan Lazar Miljenovic
SourceGraph [1] is a tool to statically analyse your Haskell code by applying graph-theoretic techniques on the call graph. It utilised the Graphalyze [2] library to do so, both of which were originally written as part of my Honours thesis last year [3]. [1]

Re: [Haskell-cafe] ANNOUNCE: SourceGraph-0.5.0.0

2009-09-29 Thread Colin Paul Adams
Ivan == Ivan Lazar Miljenovic ivan.miljeno...@gmail.com writes: Ivan I'd appreciate it if people could give SourceGraph a whirl Fails to install (Linux x86_64): Data/Graph/Analysis/Utils.hs:207:43: Ambiguous occurrence `dotizeGraph' It could refer to either

Re: [Haskell-cafe] ANNOUNCE: SourceGraph-0.5.0.0

2009-09-29 Thread Ivan Lazar Miljenovic
Colin Paul Adams co...@colina.demon.co.uk writes: Compare the version in the subject to the version you're trying to install... Ivan == Ivan Lazar Miljenovic ivan.miljeno...@gmail.com writes: Ivan I'd appreciate it if people could give SourceGraph a whirl Fails to install (Linux

Re: [Haskell-cafe] ANNOUNCE: SourceGraph-0.5.0.0

2009-09-29 Thread Colin Paul Adams
Ivan == Ivan Lazar Miljenovic ivan.miljeno...@gmail.com writes: Ivan Colin Paul Adams co...@colina.demon.co.uk writes: Compare Ivan the version in the subject to the version you're trying to Ivan install... You are right. i forgot to do a cabal update first. -- Colin Adams Preston

Re: [Haskell-cafe] ANNOUNCE: SourceGraph-0.5.0.0

2009-09-29 Thread Roel van Dijk
Looks very nice! One thing I noticed are a bunch of escaped newlines somehow ending up in the report: Class: Num\nData: Bit, Class: Num They appear each time a class is displayed. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org