gnu: ghc-zip-archive: Update to 0.3.0.5.

* gnu/packages/haskell.scm (ghc-zip-archive): Update to 0.3.0.5.
[inputs]: Add ghc-temporary.
This commit is contained in:
Ricardo Wurmus 2018-02-12 21:55:05 +01:00
parent 7fb6eb174f
commit 2025964bba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -2447,7 +2447,7 @@ complicated text/binary file formats.")
(define-public ghc-zip-archive
(package
(name "ghc-zip-archive")
(version "0.2.3.7")
(version "0.3.0.5")
(source
(origin
(method url-fetch)
@ -2457,13 +2457,14 @@ complicated text/binary file formats.")
".tar.gz"))
(sha256
(base32
"169nkxr5zlbymiz1ydlhlqr66vqiycmg85xh559phpkr64w3nqj1"))))
"1iwpzjck4jg9bz1yqky051i2wljsqc14q5zbi10dydfp8ip3d0yw"))))
(build-system haskell-build-system)
(inputs
`(("ghc-old-time" ,ghc-old-time)
("ghc-digest" ,ghc-digest)
("zip" ,zip)
("ghc-mtl" ,ghc-mtl)
("ghc-temporary" ,ghc-temporary)
("ghc-text" ,ghc-text)
("ghc-zlib" ,ghc-zlib)))
(native-inputs