[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/177: gnu: ghc-zip-archive: Update to 0.3.0.5.
From: |
Ricardo Wurmus |
Subject: |
50/177: gnu: ghc-zip-archive: Update to 0.3.0.5. |
Date: |
Tue, 13 Feb 2018 07:38:10 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2025964bbaf916d5b02418da7ce34430b4d3fcad
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 21:55:05 2018 +0100
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.
---
gnu/packages/haskell.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c28a6fb..b08a269 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
- 66/177: gnu: ghc-directory: Update to 1.3.2.0., (continued)
- 66/177: gnu: ghc-directory: Update to 1.3.2.0., Ricardo Wurmus, 2018/02/13
- 75/177: gnu: ghc-adjunctions: Update to 4.3., Ricardo Wurmus, 2018/02/13
- 09/177: gnu: ghc-vector: Update to 0.12.0.1., Ricardo Wurmus, 2018/02/13
- 21/177: gnu: Add ghc-th-abstraction., Ricardo Wurmus, 2018/02/13
- 29/177: gnu: ghc-generic-deriving: Update to 1.11.1., Ricardo Wurmus, 2018/02/13
- 36/177: gnu: Add ghc-haddock-test., Ricardo Wurmus, 2018/02/13
- 39/177: gnu: Add ghc-haskell-lexer., Ricardo Wurmus, 2018/02/13
- 42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck., Ricardo Wurmus, 2018/02/13
- 44/177: gnu: ghc-network-uri: Update to 2.6.1.0., Ricardo Wurmus, 2018/02/13
- 46/177: gnu: ghc-haskell-src-exts: Update to 1.18.2., Ricardo Wurmus, 2018/02/13
- 50/177: gnu: ghc-zip-archive: Update to 0.3.0.5.,
Ricardo Wurmus <=
- 54/177: gnu: Add ghc-th-lift-instances., Ricardo Wurmus, 2018/02/13
- 57/177: gnu: ghc-fast-logger: Update to 2.4.11., Ricardo Wurmus, 2018/02/13
- 56/177: gnu: ghc-css-text: Update to 0.1.3.0., Ricardo Wurmus, 2018/02/13
- 59/177: gnu: ghc-word8: Update to 0.1.3., Ricardo Wurmus, 2018/02/13
- 60/177: gnu: ghc-yaml: Update to 0.8.28., Ricardo Wurmus, 2018/02/13
- 67/177: gnu: ghc-cereal: Update to 0.5.3.0., Ricardo Wurmus, 2018/02/13
- 71/177: gnu: ghc-parallel: Update to 3.2.1.0., Ricardo Wurmus, 2018/02/13
- 69/177: gnu: ghc-time: Update to 0.3.7., Ricardo Wurmus, 2018/02/13
- 70/177: gnu: ghc-transformers-compat: Update to 0.5.1.4., Ricardo Wurmus, 2018/02/13
- 77/177: gnu: ghc-resourcet: Update to 1.1.7.5., Ricardo Wurmus, 2018/02/13