[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/328: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.
From: |
guix-commits |
Subject: |
209/328: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4. |
Date: |
Sat, 16 Nov 2019 19:33:09 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 36f651934649c526135b85db8b57d8aec4feb766
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 01:28:37 2019 -0400
gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.
* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked): Update to 0.0.0.4.
[inputs]: Remove 'ghc-bytestring-builder'.
[native-inputs]: Add 'ghc-attoparsec', 'ghc-blaze-builder',
'ghc-hedgehog', 'ghc-tasty', 'ghc-tasty-hedgehog', 'ghc-tasty-hunit',
and 'ghc-doctest'.
---
gnu/packages/haskell-web.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index c5d2161..eea7378 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -520,7 +520,7 @@ Haskell's Web Application Interface (WAI).")
(define-public ghc-bsb-http-chunked
(package
(name "ghc-bsb-http-chunked")
- (version "0.0.0.2")
+ (version "0.0.0.4")
(source
(origin
(method url-fetch)
@@ -530,10 +530,16 @@ Haskell's Web Application Interface (WAI).")
version ".tar.gz"))
(sha256
(base32
- "1x6m6xkrcw6jiaig1bb2wb5pqyw31x8xr9k9pxgq2g3ng44pbjr8"))))
+ "0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
(build-system haskell-build-system)
- (inputs
- `(("ghc-bytestring-builder" ,ghc-bytestring-builder)))
+ (native-inputs
+ `(("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-hedgehog" ,ghc-hedgehog)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hedgehog" ,ghc-tasty-hedgehog)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-doctest" ,ghc-doctest)))
(home-page "http://github.com/sjakobi/bsb-http-chunked")
(synopsis "Chunked HTTP transfer encoding for bytestring builders")
(description "This Haskell library contains functions for encoding
- 169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1., (continued)
- 169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1., guix-commits, 2019/11/16
- 182/328: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/16
- 190/328: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/16
- 187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/16
- 191/328: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/16
- 197/328: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/16
- 186/328: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/16
- 200/328: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/16
- 203/328: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/16
- 205/328: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/16
- 209/328: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.,
guix-commits <=
- 216/328: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/16
- 219/328: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/16
- 218/328: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/16
- 220/328: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/16
- 224/328: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/16
- 228/328: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/16
- 177/328: gnu: ghc-missingh: Update to 1.4.1.0., guix-commits, 2019/11/16
- 180/328: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/16
- 184/328: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/16
- 188/328: gnu: ghc-inline-c: Update to 0.7.0.1., guix-commits, 2019/11/16