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'.
This commit is contained in:
parent
74a7dd7ff4
commit
801cf5b13a
@ -3203,21 +3203,20 @@ asynchronous exceptions.")
|
|||||||
(define-public ghc-equivalence
|
(define-public ghc-equivalence
|
||||||
(package
|
(package
|
||||||
(name "ghc-equivalence")
|
(name "ghc-equivalence")
|
||||||
(version "0.3.2")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/equivalence"
|
(uri (string-append "https://hackage.haskell.org/package/equivalence"
|
||||||
"/equivalence-" version ".tar.gz"))
|
"/equivalence-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a85bdyyvjqs5z4kfhhf758210k9gi9dv42ik66a3jl0z7aix8kx"))))
|
(base32 "167njzd1cf32aa7br90rjafrxy6hw3fxkk8awifqbxjrcwm5maqp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-stmonadtrans" ,ghc-stmonadtrans)
|
`(("ghc-stmonadtrans" ,ghc-stmonadtrans)
|
||||||
("ghc-transformers-compat" ,ghc-transformers-compat)
|
("ghc-transformers-compat" ,ghc-transformers-compat)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-fail" ,ghc-fail)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
|
||||||
(home-page "https://github.com/pa-ba/equivalence")
|
(home-page "https://github.com/pa-ba/equivalence")
|
||||||
(synopsis "Maintaining an equivalence relation implemented as union-find")
|
(synopsis "Maintaining an equivalence relation implemented as union-find")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user