guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add ghc-hlint.


From: Paul van der Walt
Subject: Re: [PATCH] gnu: Add ghc-hlint.
Date: Thu, 22 Oct 2015 17:15:30 +0200

On 2015-10-22 at 10:47, quoth address@hidden:
>> +(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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]