[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/154: gnu: ghc-quickcheck: Update to 2.8.1.
From: |
Paul |
Subject: |
13/154: gnu: ghc-quickcheck: Update to 2.8.1. |
Date: |
Thu, 22 Oct 2015 16:14:43 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 0f9933efb07d778bc4daa7caa9567fcef473efc2
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:08:41 2015 +0200
gnu: ghc-quickcheck: Update to 2.8.1.
* gnu/packages/haskell.scm (ghc-quickcheck): Update to 2.8.1.
---
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 c44e659..a5f8657 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -875,7 +875,7 @@ Hashing\" by Claessen, Pałka for details and the rationale
of the design.")
(define-public ghc-quickcheck
(package
(name "ghc-quickcheck")
- (version "2.8")
+ (version "2.8.1")
(outputs '("out" "doc"))
(source
(origin
@@ -886,7 +886,7 @@ Hashing\" by Claessen, Pałka for details and the rationale
of the design.")
".tar.gz"))
(sha256
(base32
- "04xs6mq22bcnkpi616qrbm7jlivh9csnhmvjgp1ifq52an1wr4rx"))))
+ "0fvnfl30fxmj5q920l13641ar896d53z0z6z66m7c1366lvalwvh"))))
(build-system haskell-build-system)
(arguments
`(#:tests? #f ; FIXME: currently missing libraries used for tests.
- 02/154: gnu: ghc-mtl: Update to 2.2.1., (continued)
- 02/154: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/22
- 04/154: gnu: Add ghc-old-locale., Paul, 2015/10/22
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/22
- 06/154: gnu: Add ghc-old-time., Paul, 2015/10/22
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22
- 16/154: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/22
- 13/154: gnu: ghc-quickcheck: Update to 2.8.1.,
Paul <=
- 15/154: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 12/154: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/22
- 14/154: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/22
- 19/154: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22
- 18/154: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/22
- 21/154: gnu: Add ghc-async., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22