From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 19/42] gnu: Add ghc-colour. Date: Tue, 20 Sep 2016 21:12:57 -0400 Message-ID: <20160921011257.GH26508@jasmine> References: <20160918161022.26135-1-ng0@we.make.ritual.n0.is> <20160918161022.26135-19-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zGQnqpIoxlsbsOfg" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW60-0008LS-OU for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmW5y-0005Ww-HQ for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:07 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:56769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW5x-0005Tx-P2 for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:06 -0400 Content-Disposition: inline In-Reply-To: <20160918161022.26135-19-ng0@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org --zGQnqpIoxlsbsOfg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 18, 2016 at 04:09:59PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-colour): New variable. --zGQnqpIoxlsbsOfg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0007-ghc-colour-synopsis-fix.patch" >From da7321230d6eb54565e44b2b62bd0c0064f4ce05 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:56:52 -0400 Subject: [PATCH 7/8] ghc-colour synopsis fix --- gnu/packages/haskell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d5de7f8..3d6d806 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6918,7 +6918,7 @@ from using 'String' to 'ByteString'.") "1qmn1778xzg07jg9nx4k1spdz2llivpblf6wwrps1qpqjhsac5cd")))) (build-system haskell-build-system) (home-page "http://www.haskell.org/haskellwiki/Colour") - (synopsis "Model for human colour/color perception") + (synopsis "Model for human colour perception") (description "This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are -- 2.10.0 --zGQnqpIoxlsbsOfg--