[arch-haskell] Re: [Haskell-cafe] ANN: HLint 1.2

Don Stewart dons at galois.com
Sun Feb 22 15:25:06 EST 2009


roma:
> * Don Stewart <dons at galois.com> [2009-01-11 14:26:14-0800]
> > ndmitchell:
> > > Hi,
> > > 
> > > I am pleased to announce HLint version 1.2. HLint is a lint-like tool
> > > for Haskell that detects and suggests improvements for your code.
> > > HLint is compatible with most GHC extensions, and supports a wide
> > > variety of suggestions, and can be extended with additional user
> > > suggestions.
> > > 
> > > To install: cabal update && cabal install hlint
> > > 
> > > Web page: http://www-users.cs.york.ac.uk/~ndm/hlint/
> > > 
> > > Biggest new feature: List recursion suggestions. For example, running
> > > HLint over the GHC compiler now suggests things such as:
> > 
> > Arch package,
> > 
> >     http://aur.archlinux.org/packages.php?ID=23099
> 
> It depends on haskell-src-exts ==0.4.8.* while aur still has
> haskell-src-exts-0.4.6.
> 
> Btw, why not get cabal2arch produce versioned dependencies?

cabal2arch prints versioned dependencies when the corresponding cabal
file does.

thanks,
  Don


More information about the arch-haskell mailing list