[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/154: gnu: cabal-install: Update to 1.22.6.0.
From: |
Paul |
Subject: |
18/154: gnu: cabal-install: Update to 1.22.6.0. |
Date: |
Thu, 22 Oct 2015 17:23:12 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 31a840ab98543ba192b18d7f47e85d93a1b25e04
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:20:59 2015 +0200
gnu: cabal-install: Update to 1.22.6.0.
* gnu/packages/haskell.scm (cabal-install): Update to 1.22.6.0.
---
gnu/packages/haskell.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9cd223a..9d61f6e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -484,7 +484,7 @@ versions of GHC (i.e., < 6.10).")
(define-public cabal-install
(package
(name "cabal-install")
- (version "1.18.1.0")
+ (version "1.22.6.0")
(source
(origin
(method url-fetch)
@@ -493,7 +493,7 @@ versions of GHC (i.e., < 6.10).")
version
".tar.gz"))
(sha256
- (base32 "1r1shhvnpgxf91rmbv3wa1rkd24plbgr6bpz3aj80ir0z3zbdayn"))))
+ (base32 "1d5h7h2wjwc2s3dvsvzjgmmfrfl2312ym2h6kyjgm9wnaqw9w8wx"))))
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(build-system haskell-build-system)
(propagated-inputs
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., (continued)
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/22
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 12/154: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/22
- 13/154: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/22
- 01/154: gnu: ghc: Update to 7.10.2., Paul, 2015/10/22
- 14/154: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/22
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 16/154: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/22
- 18/154: gnu: cabal-install: Update to 1.22.6.0.,
Paul <=
- 15/154: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 19/154: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 26/154: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22