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