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:
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 (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)))