[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ghc-extra: Update to 1.7.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ghc-extra: Update to 1.7.1. |
Date: |
Thu, 12 Mar 2020 14:12:55 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b431f6c gnu: ghc-extra: Update to 1.7.1.
b431f6c is described below
commit b431f6c9ccfa104811dc0697d6fec84bf8b08035
Author: Alexandru-Sergiu Marton <address@hidden>
AuthorDate: Thu Mar 12 17:14:15 2020 +0200
gnu: ghc-extra: Update to 1.7.1.
* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e368082..418eb7c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3774,7 +3774,7 @@ versions of GHC (i.e., < 6.10).")
(define-public ghc-extra
(package
(name "ghc-extra")
- (version "1.6.18")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
@@ -3784,12 +3784,13 @@ versions of GHC (i.e., < 6.10).")
".tar.gz"))
(sha256
(base32
- "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy"))))
+ "0zshxv9dnd8vksncmb8dj4wvq2wdybzwxyhmy2zp6a81icm4azx4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-clock" ,ghc-clock)
("ghc-semigroups" ,ghc-semigroups)
- ("ghc-quickcheck" ,ghc-quickcheck)))
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)))
(home-page "https://github.com/ndmitchell/extra")
(synopsis "Extra Haskell functions")
(description "This library provides extra functions for the standard
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ghc-extra: Update to 1.7.1.,
guix-commits <=