[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0.
From: |
Ricardo Wurmus |
Subject: |
35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0. |
Date: |
Thu, 16 Aug 2018 11:05:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c437b8008b6ad3eb6d8362811852df381b81d844
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:42:14 2018 +0200
gnu: ghc-streaming-commons: Update to 0.2.1.0.
* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.0.
[inputs]: Add ghc-async.
---
gnu/packages/haskell.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0e37e33..d4e027a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1413,20 +1413,20 @@ version 1.3).")
(define-public ghc-streaming-commons
(package
(name "ghc-streaming-commons")
- (version "0.1.16")
+ (version "0.2.1.0")
(source
(origin
(method url-fetch)
- (uri (string-append
-
"https://hackage.haskell.org/package/streaming-commons/streaming-commons-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "streaming-commons/streaming-commons-"
+ version ".tar.gz"))
(sha256
(base32
- "0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p"))))
+ "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-blaze-builder" ,ghc-blaze-builder)
+ `(("ghc-async" ,ghc-async)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-network" ,ghc-network)
("ghc-random" ,ghc-random)
("ghc-stm" ,ghc-stm)
- 44/53: gnu: Add ghc-errorcall-eq-instance., (continued)
- 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, 2018/08/16
- 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 <=
- 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
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc., Ricardo Wurmus, 2018/08/16
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16