[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/53: gnu: ghc-conduit: Update to 1.3.0.3.
From: |
Ricardo Wurmus |
Subject: |
31/53: gnu: ghc-conduit: Update to 1.3.0.3. |
Date: |
Thu, 16 Aug 2018 11:05:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5cb462004328de14f3bf2ffa5f274ccd53fc6208
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:31:19 2018 +0200
gnu: ghc-conduit: Update to 1.3.0.3.
* gnu/packages/haskell.scm (ghc-conduit): Update to 1.3.0.3.
[inputs]: Add ghc-mono-traversable, ghc-silently, ghc-unliftio,
ghc-unliftio-core, and ghc-vector.
---
gnu/packages/haskell.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e94b15b..bc49add 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5640,22 +5640,27 @@ template-haskell abstract syntax.")
(define-public ghc-conduit
(package
(name "ghc-conduit")
- (version "1.2.12.1")
+ (version "1.3.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"conduit/conduit-" version ".tar.gz"))
(sha256
(base32
- "0zl6gflh7y36y2vypjhqx13nhkk5y3h12c1zj7kjfclrmwnvnwh0"))))
+ "1sangm0qqi9dzlq95746a3kl14k8b09592a423shxjf2a0b1yx5v"))))
(build-system haskell-build-system)
(inputs
`(("ghc-exceptions" ,ghc-exceptions)
("ghc-lifted-base" ,ghc-lifted-base)
+ ("ghc-mono-traversable" ,ghc-mono-traversable)
("ghc-mmorph" ,ghc-mmorph)
("ghc-mtl" ,ghc-mtl)
("ghc-resourcet" ,ghc-resourcet)
+ ("ghc-silently" ,ghc-silently)
("ghc-transformers-base" ,ghc-transformers-base)
+ ("ghc-unliftio" ,ghc-unliftio)
+ ("ghc-unliftio-core" ,ghc-unliftio-core)
+ ("ghc-vector" ,ghc-vector)
("ghc-void" ,ghc-void)))
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., (continued)
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., Ricardo Wurmus, 2018/08/16
- 15/53: gnu: ghc-hspec: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3., Ricardo Wurmus, 2018/08/16
- 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit., Ricardo Wurmus, 2018/08/16
- 42/53: gnu: Add ghc-double-conversion., Ricardo Wurmus, 2018/08/16
- 44/53: gnu: Add ghc-errorcall-eq-instance., Ricardo Wurmus, 2018/08/16
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., Ricardo Wurmus, 2018/08/16
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3.,
Ricardo Wurmus <=
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16