[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: Add ghc-bytes.
From: |
Ludovic Courtès |
Subject: |
02/06: gnu: Add ghc-bytes. |
Date: |
Sun, 20 May 2018 18:13:03 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit dea5c0b8d0d82bcd27f2b25953739fb2e0a442cc
Author: Tonton <address@hidden>
Date: Thu May 17 21:34:37 2018 +0200
gnu: Add ghc-bytes.
* gnu/packages/haskell.scm (ghc-bytes): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 874a920..c8fade0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9483,4 +9483,37 @@ address string against RFC 5322.")
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
,@(package-inputs ghc-semigroupoids)))))
+(define-public ghc-bytes
+ (package
+ (name "ghc-bytes")
+ (version "0.15.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://hackage.haskell.org/package/bytes-"
+ version "/bytes-"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "121x3iqlm8pghw8cd9g30cnqbl7jrdpfjxdanmqdqllajw6xivrm"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-cereal" ,ghc-cereal)
+ ("cabal-doctest" ,cabal-doctest)
+ ("ghc-doctest" ,ghc-doctest-0.13)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-scientific" ,ghc-scientific)
+ ("ghc-text" ,ghc-text)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-void" ,ghc-void)
+ ("ghc-vector" ,ghc-vector)))
+ (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)))
+
;;; haskell.scm ends here
- branch master updated (d8ac798 -> 5a9dc4a), Ludovic Courtès, 2018/05/20
- 05/06: gnu: linux-libre: Use "make dtbs_install" to install device tree files., Ludovic Courtès, 2018/05/20
- 04/06: gnu: Add vigra-c., Ludovic Courtès, 2018/05/20
- 03/06: gnu: Add python-glob2., Ludovic Courtès, 2018/05/20
- 01/06: gnu: Add ghc-semigroupoids-5.2.2., Ludovic Courtès, 2018/05/20
- 02/06: gnu: Add ghc-bytes.,
Ludovic Courtès <=
- 06/06: gnu: linux-libre: Enable build for aarch64-linux., Ludovic Courtès, 2018/05/20