[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31423: [PATCH 2/2] gnu: Add ghc-bytes.
From: |
Ludovic Courtès |
Subject: |
bug#31423: [PATCH 2/2] gnu: Add ghc-bytes. |
Date: |
Sun, 20 May 2018 22:58:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Tonton <address@hidden> skribis:
> * gnu/packages/haskell.scm (ghc-bytes): New variable.
Applied with the changes below. We're done, thanks!
Ludo'.
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 36c3eaab7..c8fade065 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9509,9 +9509,10 @@ address string against RFC 5322.")
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-void" ,ghc-void)
("ghc-vector" ,ghc-vector)))
- (synopsis "Haskell bytes: serialization between binary and cereal")
- (description "Haskell module to share code for serialization between
-binary and cereal")
+ (synopsis "Serialization between @code{binary} and @code{cereal}")
+ (description "This package provides a simple compatibility shim that lets
+you work with both @code{binary} and @code{cereal} with one chunk of
+serialization code.")
(home-page "https://hackage.haskell.org/package/bytes")
(license license:bsd-3)))