[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/272: gnu: cabal-install: Update to 2.2.0.0.
From: |
Ricardo Wurmus |
Subject: |
230/272: gnu: cabal-install: Update to 2.2.0.0. |
Date: |
Mon, 1 Oct 2018 06:13:52 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f707db294ae088e297b3eef22632e26571320be4
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")
- 239/272: gnu: Remove old versions of ghc-doctest., (continued)
- 239/272: gnu: Remove old versions of ghc-doctest., Ricardo Wurmus, 2018/10/01
- 256/272: gnu: ghc-base-compat: Update to 0.10.4., Ricardo Wurmus, 2018/10/01
- 265/272: gnu: agda: Fix build., Ricardo Wurmus, 2018/10/01
- 139/272: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/10/01
- 258/272: gnu: Add ghc-weigh., Ricardo Wurmus, 2018/10/01
- 131/272: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/10/01
- 183/272: gnu: ghc-tasty-th: Update to 0.1.7., Ricardo Wurmus, 2018/10/01
- 207/272: gnu: ghc-adjunctions: Update to 4.4., Ricardo Wurmus, 2018/10/01
- 213/272: gnu: ghc-rebase: Update to 1.2.4., Ricardo Wurmus, 2018/10/01
- 242/272: gnu: ghc-yesod-core: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 230/272: gnu: cabal-install: Update to 2.2.0.0.,
Ricardo Wurmus <=
- 243/272: gnu: ghc-persistent-sqlite: Update to 2.8.2., Ricardo Wurmus, 2018/10/01
- 247/272: gnu: ghc-haddock-library: Update to 1.5.0.1., Ricardo Wurmus, 2018/10/01
- 257/272: gnu: ghc-tasty-golden: Update to 2.3.2., Ricardo Wurmus, 2018/10/01
- 260/272: gnu: Add ghc-sdl2., Ricardo Wurmus, 2018/10/01
- 270/272: gnu: ghc-gnuplot: Fix build., Ricardo Wurmus, 2018/10/01
- 262/272: gnu: Add ghc-sdl2-image., Ricardo Wurmus, 2018/10/01
- 149/272: gnu: ghc-x509: Update to 1.7.3., Ricardo Wurmus, 2018/10/01
- 118/272: gnu: ghc-tasty-hunit: Update to 0.10.0.1., Ricardo Wurmus, 2018/10/01
- 145/272: gnu: Add ghc-memotrie., Ricardo Wurmus, 2018/10/01
- 164/272: gnu: ghc-haskell-src-exts: Update to 1.20.2., Ricardo Wurmus, 2018/10/01