summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:25:35 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:41 -0500
commit503b74ae9ae41a7673b64dd0e0876a94ee94e3a2 (patch)
tree7c50d29a225263f4adaafeab404189977ab40bbd /gnu/packages/haskell-xyz.scm
parentb59c35182e5516be5b3f9ded130235de1e7271bb (diff)
downloadpatches-503b74ae9ae41a7673b64dd0e0876a94ee94e3a2.tar
patches-503b74ae9ae41a7673b64dd0e0876a94ee94e3a2.tar.gz
gnu: ghc-conduit-algorithms: Update to 0.0.11.0.
* gnu/packages/haskell-xyz.scm (ghc-conduit-algorithms): Update to 0.0.11.0. [inputs]: Add 'ghc-conduit-zstd'.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 565d613d1c..703cedc18b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2022,7 +2022,7 @@ space as enumerator/iteratee and pipes.")
(define-public ghc-conduit-algorithms
(package
(name "ghc-conduit-algorithms")
- (version "0.0.8.1")
+ (version "0.0.11.0")
(source
(origin
(method url-fetch)
@@ -2031,7 +2031,7 @@ space as enumerator/iteratee and pipes.")
version ".tar.gz"))
(sha256
(base32
- "07gx2q3d1bbfw14q41rmqg0i4m018pci10lswc0k1ij6lw7sb9fd"))))
+ "0c1jwz30kkvimx7lb61782yk0kyfamrf5bqc3g1h7g51lk8bbv9i"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)
@@ -2039,6 +2039,7 @@ space as enumerator/iteratee and pipes.")
("ghc-conduit" ,ghc-conduit)
("ghc-conduit-combinators" ,ghc-conduit-combinators)
("ghc-conduit-extra" ,ghc-conduit-extra)
+ ("ghc-conduit-zstd" ,ghc-conduit-zstd)
("ghc-exceptions" ,ghc-exceptions)
("ghc-lzma-conduit" ,ghc-lzma-conduit)
("ghc-monad-control" ,ghc-monad-control)