[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: ghc-equivalence: Update to 0.3.5.
From: |
guix-commits |
Subject: |
06/08: gnu: ghc-equivalence: Update to 0.3.5. |
Date: |
Sat, 9 Nov 2019 00:03:13 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a1d6c136d6f34c9242ce0d0345e452c908ccbac1
Author: Timothy Sample <address@hidden>
Date: Fri Nov 8 23:07:49 2019 -0500
gnu: ghc-equivalence: Update to 0.3.5.
* gnu/packages/haskell-xyz.scm (ghc-equivalence): Update to 0.3.5.
[inputs]: Remove 'ghc-test-framework' and
'ghc-test-framework-quickcheck2'; add 'ghc-fail'.
---
gnu/packages/haskell-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6422015..650c25f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3203,21 +3203,20 @@ asynchronous exceptions.")
(define-public ghc-equivalence
(package
(name "ghc-equivalence")
- (version "0.3.2")
+ (version "0.3.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/equivalence"
"/equivalence-" version ".tar.gz"))
(sha256
- (base32 "0a85bdyyvjqs5z4kfhhf758210k9gi9dv42ik66a3jl0z7aix8kx"))))
+ (base32 "167njzd1cf32aa7br90rjafrxy6hw3fxkk8awifqbxjrcwm5maqp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stmonadtrans" ,ghc-stmonadtrans)
("ghc-transformers-compat" ,ghc-transformers-compat)
- ("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-test-framework" ,ghc-test-framework)
- ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
+ ("ghc-fail" ,ghc-fail)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/pa-ba/equivalence")
(synopsis "Maintaining an equivalence relation implemented as union-find")
(description
- branch wip-haskell-updates updated (da26330 -> a22add6), guix-commits, 2019/11/09
- 04/08: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/09
- 03/08: gnu: Remove ghc-monadplus., guix-commits, 2019/11/09
- 01/08: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/09
- 02/08: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/09
- 07/08: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/09
- 08/08: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/09
- 06/08: gnu: ghc-equivalence: Update to 0.3.5.,
guix-commits <=
- 05/08: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/09