[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/290: gnu: ghc-http2: Update to 1.6.5.
From: |
guix-commits |
Subject: |
206/290: gnu: ghc-http2: Update to 1.6.5. |
Date: |
Wed, 6 Nov 2019 08:23:10 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 3797f2f4c52eeac6a119d6421dad82b8577a74fa
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:17:58 2019 -0400
gnu: ghc-http2: Update to 1.6.5.
* gnu/packages/haskell-web.scm (ghc-http2): Update to 1.6.5.
[inputs]: Remove 'ghc-bytestring-builder' and 'ghc-hex'; add
'ghc-network-byte-order' 'ghc-base16-bytestring'.
---
gnu/packages/haskell-web.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index c80e72a..c5d2161 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -286,7 +286,7 @@ Date in Haskell.")
(define-public ghc-http2
(package
(name "ghc-http2")
- (version "1.6.3")
+ (version "1.6.5")
(source
(origin
(method url-fetch)
@@ -295,14 +295,14 @@ Date in Haskell.")
"http2-" version ".tar.gz"))
(sha256
(base32
- "0hww0rfsv6lqx62qzycbcqy5q6rh9k09qkyjkdm5m1sp1z50wqk1"))))
+ "1vlmy8vnp6ml2n2pr11aa5fzigldsscgzmibrni64ykgfvpd3sqn"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-bytestring-builder" ,ghc-bytestring-builder)
- ("ghc-case-insensitive" ,ghc-case-insensitive)
+ `(("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-network-byte-order" ,ghc-network-byte-order)
("ghc-aeson" ,ghc-aeson)
("ghc-aeson-pretty" ,ghc-aeson-pretty)
- ("ghc-hex" ,ghc-hex)
+ ("ghc-base16-bytestring" ,ghc-base16-bytestring)
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-vector" ,ghc-vector)
("ghc-word8" ,ghc-word8)
- 202/290: gnu: ghc-invariant: Update to 0.5.3., (continued)
- 202/290: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/06
- 205/290: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/06
- 208/290: gnu: Add ghc-tasty-hedgehog., guix-commits, 2019/11/06
- 209/290: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/06
- 213/290: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/06
- 186/290: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/06
- 194/290: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/06
- 201/290: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/06
- 199/290: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/06
- 203/290: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/06
- 206/290: gnu: ghc-http2: Update to 1.6.5.,
guix-commits <=
- 210/290: gnu: Add ghc-retry., guix-commits, 2019/11/06
- 225/290: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/06
- 221/290: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/06
- 235/290: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/06
- 214/290: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/06
- 217/290: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/06
- 216/290: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/06
- 224/290: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/06
- 226/290: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/06
- 227/290: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/06