[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/39: gnu: ghc-base-orphans: Update to 0.6.
From: |
Ludovic Courtès |
Subject: |
13/39: gnu: ghc-base-orphans: Update to 0.6. |
Date: |
Sun, 22 Oct 2017 18:32:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8184b0f98cc60703aebbacb82b0698efd392dffc
Author: rsiddharth <address@hidden>
Date: Wed Oct 18 03:07:33 2017 +0000
gnu: ghc-base-orphans: Update to 0.6.
* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 199617e..490d614 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4283,7 +4283,7 @@ command line options in Haskell.")
(define-public ghc-base-orphans
(package
(name "ghc-base-orphans")
- (version "0.4.4")
+ (version "0.6")
(source
(origin
(method url-fetch)
@@ -4293,7 +4293,7 @@ command line options in Haskell.")
".tar.gz"))
(sha256
(base32
- "0hhgpwjvx7jhvlhsygmmf0q5hv2ymijzz4bjilicw99bmv13qcpl"))))
+ "03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
- branch master updated (ef7dd2e -> ed9b09e), Ludovic Courtès, 2017/10/22
- 01/39: gnu: Add ghc-errors., Ludovic Courtès, 2017/10/22
- 02/39: gnu: Add ghc-vector-th-unbox., Ludovic Courtès, 2017/10/22
- 04/39: gnu: Add ghc-math-functions., Ludovic Courtès, 2017/10/22
- 05/39: gnu: Add ghc-mwc-random., Ludovic Courtès, 2017/10/22
- 09/39: gnu: Add ghc-abstract-par., Ludovic Courtès, 2017/10/22
- 07/39: gnu: Add ghc-language-haskell-extract., Ludovic Courtès, 2017/10/22
- 11/39: gnu: Add ghc-abstract-deque., Ludovic Courtès, 2017/10/22
- 06/39: gnu: Add ghc-vector-algorithms., Ludovic Courtès, 2017/10/22
- 13/39: gnu: ghc-base-orphans: Update to 0.6.,
Ludovic Courtès <=
- 10/39: gnu: Add ghc-monad-par-extras., Ludovic Courtès, 2017/10/22
- 08/39: gnu: Add ghc-test-framework-th., Ludovic Courtès, 2017/10/22
- 18/39: gnu: Add ghc-contravariant-extras., Ludovic Courtès, 2017/10/22
- 03/39: gnu: Add ghc-erf., Ludovic Courtès, 2017/10/22
- 21/39: gnu: Add ghc-entropy., Ludovic Courtès, 2017/10/22
- 12/39: gnu: Add ghc-monad-par., Ludovic Courtès, 2017/10/22
- 20/39: gnu: Add ghc-either., Ludovic Courtès, 2017/10/22
- 25/39: gnu: Add ghc-puremd5, Ludovic Courtès, 2017/10/22
- 14/39: gnu: Add ghc-statistics., Ludovic Courtès, 2017/10/22
- 22/39: gnu: Add ghc-crypto-api., Ludovic Courtès, 2017/10/22