gnu: ghc-async: Update to 2.2.1.

* gnu/packages/haskell.scm (ghc-async): Update to 2.2.1.
[inputs]: Add ghc-hashable.
master
Timothy Sample 2018-08-28 22:49:09 -04:00 committed by Ricardo Wurmus
parent c1c35c3b0e
commit b925e1f537
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -4320,7 +4320,7 @@ library for Haskell.")
(define-public ghc-async
(package
(name "ghc-async")
(version "2.1.1.1")
(version "2.2.1")
(source
(origin
(method url-fetch)
@ -4330,10 +4330,11 @@ library for Haskell.")
".tar.gz"))
(sha256
(base32
"1qj4fp1ynwg0l453gmm27vgkzb5k5m2hzdlg5rdqi9kf8rqy90yd"))))
"09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stm" ,ghc-stm)
("ghc-hashable" ,ghc-hashable)
("ghc-hunit" ,ghc-hunit)
("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))