gnu: ghc-unliftio: Update to 0.2.7.0.

* gnu/packages/haskell.scm (ghc-unliftio): Update to 0.2.7.0.
This commit is contained in:
Timothy Sample 2018-08-28 23:50:33 -04:00 committed by Ricardo Wurmus
parent 073f5ae1fe
commit 96d214a6d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9936,7 +9936,7 @@ (define-public ghc-microlens-th
(define-public ghc-unliftio
(package
(name "ghc-unliftio")
(version "0.2.4.0")
(version "0.2.7.0")
(source
(origin
(method url-fetch)
@ -9946,7 +9946,7 @@ (define-public ghc-unliftio
".tar.gz"))
(sha256
(base32
"0vpncmwaq5zb6bziqfns4qdgxmq8ky0rlxna2yngxp170s5zxx9z"))))
"0qql93lq5w7qghl454cc3s1i8v1jb4h08n82fqkw0kli4g3g9njs"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
(inputs