[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/151: gnu: cabal-install: Update to 1.22.6.0.
From: |
Paul |
Subject: |
18/151: gnu: cabal-install: Update to 1.22.6.0. |
Date: |
Mon, 19 Oct 2015 08:57:15 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1c145c335676c53097d6e9481495e2d5960c4343
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 6b95167..cc2727b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -490,7 +490,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)
@@ -499,7 +499,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/151: gnu: ghc-dlist: Enable tests., (continued)
- 08/151: gnu: ghc-dlist: Enable tests., Paul, 2015/10/19
- 09/151: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/19
- 10/151: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/19
- 12/151: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/19
- 11/151: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/19
- 14/151: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/19
- 16/151: gnu: ghc-old-time: Add variable., Paul, 2015/10/19
- 15/151: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/19
- 13/151: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/19
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/19
- 18/151: gnu: cabal-install: Update to 1.22.6.0.,
Paul <=
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/19
- 19/151: gnu: Add ghc-ansi-terminal., Paul, 2015/10/19
- 20/151: gnu: ghc-containers: Remove variable., Paul, 2015/10/19
- 21/151: gnu: Add ghc-async., Paul, 2015/10/19
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/19
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/19
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/19
- 27/151: gnu: Add ghc-temporary., Paul, 2015/10/19
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/19
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/19