gnu: ghc-async: Update to 2.2.1.
* gnu/packages/haskell.scm (ghc-async): Update to 2.2.1. [inputs]: Add ghc-hashable.
This commit is contained in:
parent
c1c35c3b0e
commit
b925e1f537
|
@ -4320,7 +4320,7 @@ library for Haskell.")
|
||||||
(define-public ghc-async
|
(define-public ghc-async
|
||||||
(package
|
(package
|
||||||
(name "ghc-async")
|
(name "ghc-async")
|
||||||
(version "2.1.1.1")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4330,10 +4330,11 @@ library for Haskell.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qj4fp1ynwg0l453gmm27vgkzb5k5m2hzdlg5rdqi9kf8rqy90yd"))))
|
"09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-stm" ,ghc-stm)
|
`(("ghc-stm" ,ghc-stm)
|
||||||
|
("ghc-hashable" ,ghc-hashable)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||||
|
|
Loading…
Reference in New Issue