diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 21:55:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:34 +0100 |
commit | 2025964bbaf916d5b02418da7ce34430b4d3fcad (patch) | |
tree | b7387f274a0b3461133ca237fb811208f33cebf3 | |
parent | 7fb6eb174f461c810a9f56cca37f44495c867671 (diff) | |
download | patches-2025964bbaf916d5b02418da7ce34430b4d3fcad.tar patches-2025964bbaf916d5b02418da7ce34430b4d3fcad.tar.gz |
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.
-rw-r--r-- | gnu/packages/haskell.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c28a6fb406..b08a269de0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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 |