gnu: ghc-typed-process: Update to 0.2.6.0.

* gnu/packages/haskell-xyz.scm (ghc-typed-process): Update to 0.2.6.0.
[inputs]: Add 'ghc-unliftio-core'.
This commit is contained in:
Timothy Sample 2019-10-31 12:55:24 -04:00
parent d44732025e
commit 72fb84a5d0
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -10763,7 +10763,7 @@ (define-public ghc-tuple-th
(define-public ghc-typed-process (define-public ghc-typed-process
(package (package
(name "ghc-typed-process") (name "ghc-typed-process")
(version "0.2.3.0") (version "0.2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10772,10 +10772,11 @@ (define-public ghc-typed-process
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0")))) "1cf2pfym8zdxvvy7xv72ixj7wy3rjrdss6f57k1ysgs66cgsi8ii"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-async" ,ghc-async))) `(("ghc-async" ,ghc-async)
("ghc-unliftio-core" ,ghc-unliftio-core)))
(native-inputs (native-inputs
`(("ghc-base64-bytestring" ,ghc-base64-bytestring) `(("ghc-base64-bytestring" ,ghc-base64-bytestring)
("ghc-hspec" ,ghc-hspec) ("ghc-hspec" ,ghc-hspec)