me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2018-02-12 22:29:05 +01:00
parent c7f321cff7
commit 3295a6daf8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 2 deletions

View File

@ -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,