mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-conduit-extra: Update to 1.3.0.
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.0. [inputs]: Add ghc-typed-process.
This commit is contained in:
parent
d5040b4419
commit
c106c48ee7
1 changed files with 3 additions and 2 deletions
|
@ -6437,7 +6437,7 @@ (define-public ghc-typed-process
|
|||
(define-public ghc-conduit-extra
|
||||
(package
|
||||
(name "ghc-conduit-extra")
|
||||
(version "1.1.14")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6446,7 +6446,7 @@ (define-public ghc-conduit-extra
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ij3qcfk7q90fl6gklpy2k5ka9jgzrvs8frq0gy7gdcgyaabqfkg"))))
|
||||
"1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-conduit" ,ghc-conduit)
|
||||
|
@ -6454,6 +6454,7 @@ (define-public ghc-conduit-extra
|
|||
("ghc-monad-control" ,ghc-monad-control)
|
||||
("ghc-text" ,ghc-text)
|
||||
("ghc-transformers-base" ,ghc-transformers-base)
|
||||
("ghc-typed-process" ,ghc-typed-process)
|
||||
("ghc-async" ,ghc-async)
|
||||
("ghc-attoparsec" ,ghc-attoparsec)
|
||||
("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||
|
|
Loading…
Reference in a new issue