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 suggest
From: Eric Bavier
> * gnu/packages/haskell.scm (ghc-hlint): New variable.
> ---
> gnu/packages/haskell.scm | 30 ++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index d56c9e2..c03848f 100644
> --- a/gnu/pac