guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

160/272: gnu: ghc-zip-archive: Update to 0.3.3.


From: Ricardo Wurmus
Subject: 160/272: gnu: ghc-zip-archive: Update to 0.3.3.
Date: Mon, 1 Oct 2018 06:13:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 74f490ec0b1fab0d5df54a5b5b79b9f511197aa5
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:21:18 2018 -0400

    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.
---
 gnu/packages/haskell.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]