On 2015-10-22 at 10:47, quoth ericbav...@openmailbox.org: >> +(define-public ghc-hlint >> + (package >> + (name "ghc-hlint") > > I would suggest calling this package simple "hlint", as it is primarily a > tool.
Indeed, i had the same feeling :). Done. >> + (synopsis "Source code suggestions") > > "Make suggestions for Haskell source code" Slightly modified, but done. >> + (description >> + "HLint gives suggestions on how to improve your source code.") > > How about, from the home-page: > > "HLint reads Haskell programs and suggests changes that hopefully make them > easier to read. HLint also makes it easy to disable unwanted suggestions, and > to add your own custom suggestions." Perfect, applied.