gnu: ghc-cereal: Update to 0.5.7.0.
* gnu/packages/haskell.scm (ghc-cereal): Update to 0.5.7.0.master
parent
5e4058ad85
commit
91ffeed70a
|
@ -2939,7 +2939,7 @@ Dual to @code{Traversable}.")
|
||||||
(define-public ghc-cereal
|
(define-public ghc-cereal
|
||||||
(package
|
(package
|
||||||
(name "ghc-cereal")
|
(name "ghc-cereal")
|
||||||
(version "0.5.3.0")
|
(version "0.5.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2949,7 +2949,7 @@ Dual to @code{Traversable}.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x4aib7nnaf4x2b9zlndq5n5zsqniw78jifkf55nhnbmvryf05n3"))))
|
"1j7imh2mzqcljld7sx0av69699955rpy3hzivi5723i6a9nszgbs"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Reference in New Issue