
4 Nov
2010
4 Nov
'10
4:38 a.m.
On 4 November 2010 08:11, Ivan Lazar Miljenovic
On 4 November 2010 19:04, John Smith
wrote: As a beginner, I'm finding HLInt (http://hackage.haskell.org/package/hlint) extremely useful for improving my code. Would it be worthwhile including this in HP?
That would require haskell-src-exts, uniplate, etc. to go into the platform as well; are _they_ ready and worth including?
HLint is an executable, so you could just statically link it to its dependencies and not install them as developer-accessible libraries. This particular reason should not be a barrier to including HLint in the platform. Max