rekado pushed a commit to branch master
in repository guix.
commit 3295a6daf897d2bb4abccd1e162c12fefd8c9815
Author: Ricardo Wurmus <[email protected]>
Date: Mon Feb 12 22:29:05 2018 +0100
gnu: ghc-cereal: Update to 0.5.3.0.
* gnu/packages/haskell.scm (ghc-cereal): Update to 0.5.3.0.
[native-inputs]: Add ghc-quickcheck, ghc-fail, ghc-test-framework, and
ghc-test-framework-quickcheck2.
---
gnu/packages/haskell.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fb1ed8a..1b1c5c0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2574,7 +2574,7 @@ Dual to @code{Traversable}.")
(define-public ghc-cereal
(package
(name "ghc-cereal")
- (version "0.4.1.1")
+ (version "0.5.3.0")
(source
(origin
(method url-fetch)
@@ -2584,8 +2584,13 @@ Dual to @code{Traversable}.")
".tar.gz"))
(sha256
(base32
- "15rhfn9hrjm01ksh9xpz9syxsp9vkvpp6b736iqq38wv2wb7416z"))))
+ "1x4aib7nnaf4x2b9zlndq5n5zsqniw78jifkf55nhnbmvryf05n3"))))
(build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-fail" ,ghc-fail)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
(home-page "https://hackage.haskell.org/package/cereal")
(synopsis "Binary serialization library")
(description "This package provides a binary serialization library,