[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/45: gnu: ghc-wai-extra: Update to 3.1.7.
From: |
guix-commits |
Subject: |
07/45: gnu: ghc-wai-extra: Update to 3.1.7. |
Date: |
Tue, 2 Nov 2021 05:07:47 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 2b1d7b28d384329d92787bebc3ed31516c5e2fec
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:33 2021 +0200
gnu: ghc-wai-extra: Update to 3.1.7.
* gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.1.7.
[inputs]: Remove ghc-lifted-base, ghc-stringsearch, ghc-zlib, ghc-void, and
ghc-unix-compat; add ghc-call-stack.
[native-inputs]: Add ghc-zlib.
---
gnu/packages/haskell-web.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index ad8713d..2c945d9 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -539,7 +539,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-extra
(package
(name "ghc-wai-extra")
- (version "3.1.6")
+ (version "3.1.7")
(source
(origin
(method url-fetch)
@@ -549,35 +549,32 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
- "03bbhmy8dc2ivhgbsrc39wk5kb9ci4p98pb2qcq2w92imy710cj6"))))
+ "1avf7bjcsbs8l6klp5kkd0cd2dc5n0j0a2yf8813pnwfn5b7qyd4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-base64-bytestring" ,ghc-base64-bytestring)
+ ("ghc-call-stack" ,ghc-call-stack)
("ghc-cookie" ,ghc-cookie)
("ghc-network" ,ghc-network)
- ("ghc-lifted-base" ,ghc-lifted-base)
("ghc-streaming-commons" ,ghc-streaming-commons)
- ("ghc-stringsearch" ,ghc-stringsearch)
("ghc-resourcet" ,ghc-resourcet)
("ghc-fast-logger" ,ghc-fast-logger)
("ghc-wai-logger" ,ghc-wai-logger)
- ("ghc-zlib" ,ghc-zlib)
("ghc-word8" ,ghc-word8)
("ghc-iproute" ,ghc-iproute)
- ("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)
("ghc-vault" ,ghc-vault)
("ghc-aeson" ,ghc-aeson)))
(native-inputs
`(("hspec-discover" ,hspec-discover)
("ghc-hspec" ,ghc-hspec)
- ("ghc-hunit" ,ghc-hunit)))
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-zlib" ,ghc-zlib)))
(home-page "https://github.com/yesodweb/wai")
(synopsis "Some basic WAI handlers and middleware")
(description "This library provides basic WAI handlers and middleware
- branch master updated (1865860 -> 5e8b18d), guix-commits, 2021/11/02
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., guix-commits, 2021/11/02
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/11/02
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/11/02
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7.,
guix-commits <=
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02