From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH] gnu: Add ghc-hlint. Date: Thu, 22 Oct 2015 17:15:30 +0200 Message-ID: <87vb9zorxp.fsf@denknerd.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-4-git-send-email-ericbavier@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHab-0008JB-6a for guix-devel@gnu.org; Thu, 22 Oct 2015 11:15:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpHaX-00029x-TI for guix-devel@gnu.org; Thu, 22 Oct 2015 11:15:37 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:1033 helo=mx-out02.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHaX-00029p-N2 for guix-devel@gnu.org; Thu, 22 Oct 2015 11:15:33 -0400 In-reply-to: <1445503671-30014-4-git-send-email-ericbavier@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ericbavier@openmailbox.org Cc: guix-devel@gnu.org On 2015-10-22 at 10:47, quoth ericbavier@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.