guix-commits
[Top][All Lists]
Advanced

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

230/257: gnu: cabal-install: Update to 2.2.0.0.


From: Ricardo Wurmus
Subject: 230/257: gnu: cabal-install: Update to 2.2.0.0.
Date: Thu, 27 Sep 2018 15:47:35 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 03c183c2beb84a6c29c35b3ebd9ccc2814bd97f6
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:12:40 2018 -0400

    gnu: cabal-install: Update to 2.2.0.0.
    
    * gnu/packages/haskell.scm (cabal-install): Update to 2.2.0.0.
    [inputs] Add ghc-async, ghc-base16-bytestring, ghc-cryptohash-sha256,
    ghc-echo, ghc-edit-distance, ghc-hackage-security, ghc-hashable,
    ghc-resolv, and ghc-tar.
---
 gnu/packages/haskell.scm | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a1047ab..b23a619 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1956,7 +1956,7 @@ Unix systems.")
 (define-public cabal-install
  (package
   (name "cabal-install")
-   (version "1.22.6.0")
+   (version "2.2.0.0")
    (source
     (origin
      (method url-fetch)
@@ -1965,15 +1965,24 @@ Unix systems.")
             version
             ".tar.gz"))
       (sha256
-       (base32 "1d5h7h2wjwc2s3dvsvzjgmmfrfl2312ym2h6kyjgm9wnaqw9w8wx"))))
+       (base32 "1nd3ch7qr4dpfxhgkcq2lnhvszx2kjgnn1kwb44vk9y5jgfs4mn8"))))
    (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
    (build-system haskell-build-system)
    (inputs
-    `(("ghc-http" ,ghc-http)
+    `(("ghc-async" ,ghc-async)
+      ("ghc-base16-bytestring" ,ghc-base16-bytestring)
+      ("ghc-cryptohash-sha256" ,ghc-cryptohash-sha256)
+      ("ghc-echo" ,ghc-echo)
+      ("ghc-edit-distance" ,ghc-edit-distance)
+      ("ghc-hackage-security" ,ghc-hackage-security)
+      ("ghc-hashable" ,ghc-hashable)
+      ("ghc-http" ,ghc-http)
       ("ghc-network-uri" ,ghc-network-uri)
       ("ghc-network" ,ghc-network)
       ("ghc-random" ,ghc-random)
+      ("ghc-resolv" ,ghc-resolv)
       ("ghc-stm" ,ghc-stm)
+      ("ghc-tar" ,ghc-tar)
       ("ghc-zlib" ,ghc-zlib)))
    (home-page "https://www.haskell.org/cabal/";)
    (synopsis "Command-line interface for Cabal and Hackage")



reply via email to

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