[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/329: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.
From: |
guix-commits |
Subject: |
209/329: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4. |
Date: |
Wed, 20 Nov 2019 21:18:04 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 803e6780968967d9624ecbda794d7a7410e6f69c
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
- 183/329: gnu: ghc-http-client: Update to 0.6.4., (continued)
- 183/329: gnu: ghc-http-client: Update to 0.6.4., guix-commits, 2019/11/20
- 171/329: gnu: ghc-cgi: Update to 3001.4.0.0., guix-commits, 2019/11/20
- 184/329: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/20
- 180/329: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/20
- 182/329: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/20
- 185/329: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/20
- 189/329: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/20
- 194/329: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/20
- 200/329: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/20
- 199/329: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/20
- 209/329: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.,
guix-commits <=
- 212/329: gnu: ghc-uri-bytestring: Update to 0.3.2.2., guix-commits, 2019/11/20
- 214/329: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/20
- 218/329: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/20
- 220/329: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/20
- 219/329: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/20
- 223/329: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/20
- 222/329: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/20
- 226/329: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/20
- 230/329: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/20
- 229/329: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/20