On Sun, Sep 18, 2016 at 04:09:56PM +0000, ng0 wrote:
> * gnu/packages/haskell.scm (ghc-patience): New variable.
>From a342b7da722f4fe61ffdfcb4a162f1daac084764 Mon Sep 17 00:00:00 2001
From: Leo Famulari <l...@famulari.name>
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

Reply via email to