[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/329: gnu: ghc-http2: Update to 1.6.5.
From: |
guix-commits |
Subject: |
206/329: gnu: ghc-http2: Update to 1.6.5. |
Date: |
Wed, 20 Nov 2019 21:18:02 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 59ea213790f6703b66fee6094b3558b9bb5740fa
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' and '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)
- 232/329: gnu: Add ghc-libyaml., (continued)
- 232/329: gnu: Add ghc-libyaml., guix-commits, 2019/11/20
- 235/329: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/20
- 248/329: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/20
- 169/329: gnu: ghc-httpd-shed: Update to 0.4.1.1., guix-commits, 2019/11/20
- 231/329: gnu: Add libyaml@2.1., guix-commits, 2019/11/20
- 233/329: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/20
- 243/329: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/20
- 179/329: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/20
- 193/329: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/20
- 205/329: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/20
- 206/329: gnu: ghc-http2: Update to 1.6.5.,
guix-commits <=
- 213/329: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/20
- 221/329: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/20
- 227/329: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/20
- 237/329: gnu: Add ghc-text-metrics., guix-commits, 2019/11/20
- 162/329: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/20
- 211/329: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/20
- 216/329: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/20
- 217/329: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/20
- 228/329: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/20
- 234/329: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/20