mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
d44732025e
commit
72fb84a5d0
1 changed files with 4 additions and 3 deletions
|
@ -10763,7 +10763,7 @@ (define-public ghc-tuple-th
|
|||
(define-public ghc-typed-process
|
||||
(package
|
||||
(name "ghc-typed-process")
|
||||
(version "0.2.3.0")
|
||||
(version "0.2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -10772,10 +10772,11 @@ (define-public ghc-typed-process
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0"))))
|
||||
"1cf2pfym8zdxvvy7xv72ixj7wy3rjrdss6f57k1ysgs66cgsi8ii"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-async" ,ghc-async)))
|
||||
`(("ghc-async" ,ghc-async)
|
||||
("ghc-unliftio-core" ,ghc-unliftio-core)))
|
||||
(native-inputs
|
||||
`(("ghc-base64-bytestring" ,ghc-base64-bytestring)
|
||||
("ghc-hspec" ,ghc-hspec)
|
||||
|
|
Loading…
Reference in a new issue