me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell.scm (ghc-zip-archive): Update to 0.3.3.
[inputs]: Remove ghc-old-time and zip.
[native-inputs]: Add unzip.
master
Timothy Sample 2018-08-28 23:21:18 -04:00 committed by Ricardo Wurmus
parent 245a2555bc
commit 74f490ec0b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 6 deletions

View File

@ -2943,7 +2943,7 @@ complicated text/binary file formats.")
(define-public ghc-zip-archive (define-public ghc-zip-archive
(package (package
(name "ghc-zip-archive") (name "ghc-zip-archive")
(version "0.3.0.5") (version "0.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2953,17 +2953,16 @@ complicated text/binary file formats.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1iwpzjck4jg9bz1yqky051i2wljsqc14q5zbi10dydfp8ip3d0yw")))) "0kf8xyac168bng8a0za2jwrbss7a4ralvci9g54hnvl0gkkxx2lq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-old-time" ,ghc-old-time) `(("ghc-digest" ,ghc-digest)
("ghc-digest" ,ghc-digest)
("zip" ,zip)
("ghc-temporary" ,ghc-temporary) ("ghc-temporary" ,ghc-temporary)
("ghc-text" ,ghc-text) ("ghc-text" ,ghc-text)
("ghc-zlib" ,ghc-zlib))) ("ghc-zlib" ,ghc-zlib)))
(native-inputs (native-inputs
`(("ghc-hunit" ,ghc-hunit))) `(("ghc-hunit" ,ghc-hunit)
("unzip" ,unzip)))
(home-page "https://hackage.haskell.org/package/zip-archive") (home-page "https://hackage.haskell.org/package/zip-archive")
(synopsis "Zip archive library for Haskell") (synopsis "Zip archive library for Haskell")
(description "The zip-archive library provides functions for creating, (description "The zip-archive library provides functions for creating,