HLint
HLint is a tool for suggesting possible improvements to Haskell code. These suggestions include ideas such as using alternative functions, simplifying code and spotting redundancies.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2/hlint && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
hlint-1.9.35.tar.gz | 0000097402 95.1 KB | |
hlint.changes | 0000004859 4.75 KB | |
hlint.spec | 0000002794 2.73 KB |
Revision 3 (latest revision is 4)
Ludwig Nussel (lnussel_factory)
accepted
request 402493
from
Ondřej Súkup (mimi_vx)
(revision 3)
- update to 1.9.35 * fix parse error reports * update hlint.ghci to work with modern GHC * Require extra-1.4.9 - update to 1.9.34 * fix some incorrect line numbers in literate Haskell * fix literate Haskell and CPP * remove type-incorrect "on" hint * warn about join seq * suggest <|> instead of mplus in a few cases - updateto 1.9.32 * require cpphs-1.20.1, has important fixes * treat select $ specially, as per esqueleto conventions * don't modify qualification on substitutions * add void/mapM_/forM_ hints - update to 1.9.31 * don't suggest removing ~ if the Strict extension is on - update to 1.9.30 * fix incorrect hints of foldr/foldl on a tuple accumulator * add warnings about foldable methods on tuple * Put warnings before suggestions in the HTML report - update to 1.9.28 * spot newtype deriving inside classes * avoid recompiling everything twice
Comments 0