From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 13/42] gnu: Add ghc-tar. Date: Tue, 20 Sep 2016 21:11:37 -0400 Message-ID: <20160921011137.GD26508@jasmine> References: <20160918161022.26135-1-ng0@we.make.ritual.n0.is> <20160918161022.26135-13-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="g7w8+K/95kPelPD2" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW4f-0007tM-8u for guix-devel@gnu.org; Tue, 20 Sep 2016 21:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmW4e-000552-8w for guix-devel@gnu.org; Tue, 20 Sep 2016 21:11:45 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW4d-00052h-FW for guix-devel@gnu.org; Tue, 20 Sep 2016 21:11:44 -0400 Content-Disposition: inline In-Reply-To: <20160918161022.26135-13-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 --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 18, 2016 at 04:09:53PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-tar): New variable. --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0004-ghc-tar-synopsis-description-fix.patch" >From 897cdd72b8b5881d5ae40aa69a71a5599241ae06 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:50:11 -0400 Subject: [PATCH 4/8] ghc-tar synopsis description fix --- gnu/packages/haskell.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cc320c1..026cc32 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6746,12 +6746,12 @@ test-framework.") (synopsis "Reading, writing and manipulating \".tar\" archive files") (description "This library is for working with \\\"@.tar@\\\" archive files. -It can read and write a range of common variations of archive format -including V7, POSIX USTAR and GNU formats. It provides support for -packing and unpacking portable archives. This makes it suitable for -distribution but not backup because details like file ownership and exact -permissions are not preserved. It also provides features for random access -to archive content using an index.") +It can read and write a range of common variations of the tar archive format +including V7, POSIX USTAR and GNU formats. It provides support for packing and +unpacking portable archives. This makes it suitable for distribution but not +backup because details like file ownership and exact permissions are not +preserved. It also provides features for random access to archive content using +an index.") (license license:bsd-3))) (define-public ghc-transformers -- 2.10.0 --g7w8+K/95kPelPD2--