[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
225/290: gnu: ghc-wai-extra: Update to 3.0.28.
From: |
guix-commits |
Subject: |
225/290: gnu: ghc-wai-extra: Update to 3.0.28. |
Date: |
Wed, 6 Nov 2019 08:23:16 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit fcbd003a8fa9afb5d026ad1bfd34fe875e645790
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:20:38 2019 -0400
gnu: ghc-wai-extra: Update to 3.0.28.
* gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.0.28.
[inputs]: Remove 'ghc-blaze-builder'; add 'ghc-http2'.
---
gnu/packages/haskell-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 6a5b7e0..7b887d7 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -447,7 +447,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-extra
(package
(name "ghc-wai-extra")
- (version "3.0.24.2")
+ (version "3.0.28")
(source
(origin
(method url-fetch)
@@ -457,13 +457,12 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
- "07gcgq59dki5drkjci9ka34xjsy3bqilbsx0lsc4905w9jlyfbci"))))
+ "0iky7k4kirngvk1p2nz19zgzffb5hppfaxdjan80v06ikc8w1wm7"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-base64-bytestring" ,ghc-base64-bytestring)
("ghc-cookie" ,ghc-cookie)
- ("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-network" ,ghc-network)
("ghc-lifted-base" ,ghc-lifted-base)
("ghc-streaming-commons" ,ghc-streaming-commons)
@@ -477,6 +476,7 @@ communication between web applications and web servers.")
("ghc-void" ,ghc-void)
("ghc-wai" ,ghc-wai)
("ghc-http-types" ,ghc-http-types)
+ ("ghc-http2" ,ghc-http2)
("ghc-case-insensitive" ,ghc-case-insensitive)
("ghc-data-default-class" ,ghc-data-default-class)
("ghc-unix-compat" ,ghc-unix-compat)
- 208/290: gnu: Add ghc-tasty-hedgehog., (continued)
- 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, 2019/11/06
- 210/290: gnu: Add ghc-retry., guix-commits, 2019/11/06
- 225/290: gnu: ghc-wai-extra: Update to 3.0.28.,
guix-commits <=
- 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
- 211/290: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/06
- 233/290: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/06