From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 16/42] gnu: Add ghc-patience. Date: Tue, 20 Sep 2016 21:12:43 -0400 Message-ID: <20160921011243.GG26508@jasmine> References: <20160918161022.26135-1-ng0@we.make.ritual.n0.is> <20160918161022.26135-16-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TeJTyD9hb8KJN2Jy" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW5n-0008E9-SP for guix-devel@gnu.org; Tue, 20 Sep 2016 21:12:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmW5l-0005SR-HM for guix-devel@gnu.org; Tue, 20 Sep 2016 21:12:54 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW5k-0005Nx-A7 for guix-devel@gnu.org; Tue, 20 Sep 2016 21:12:53 -0400 Content-Disposition: inline In-Reply-To: <20160918161022.26135-16-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 --TeJTyD9hb8KJN2Jy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 18, 2016 at 04:09:56PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-patience): New variable. --TeJTyD9hb8KJN2Jy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0006-ghc-patience-description-fix.patch" >From a342b7da722f4fe61ffdfcb4a162f1daac084764 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:54:49 -0400 Subject: [PATCH 6/8] ghc-patience description fix --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9a457e8..d5de7f8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6839,8 +6839,8 @@ an executable.") "This library implements the 'patience diff' algorithm, as well as the patience algorithm for the longest increasing subsequence problem. Patience diff computes the difference between two lists, for example the lines -of two versions of a source file. It provides a good balance of performance, -nice output for humans, and implementation simplicity.") +of two versions of a source file. It provides a good balance between +performance, nice output for humans, and simplicity of implementation.") (license license:bsd-3))) (define-public ghc-monads-tf -- 2.10.0 --TeJTyD9hb8KJN2Jy--