[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: |
Mon, 25 Oct 2021 08:33:33 -0400 (EDT) |
lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.
commit 3a211733d2eabfa9d637a1aac6bf7f6750937818
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
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., (continued)
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., guix-commits, 2021/10/25
- 40/45: gnu: ghc-zstd: Update to 0.1.3.0., guix-commits, 2021/10/25
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/10/25
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/10/25
- 17/45: gnu: ghc-hpack: Update to 0.34.5., guix-commits, 2021/10/25
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/10/25
- 30/45: gnu: ghc-regex-pcre-builtin: Update to 0.95.2.3.8.44., guix-commits, 2021/10/25
- 26/45: gnu: ghc-pandoc-types: Update to 1.22.1., guix-commits, 2021/10/25
- 36/45: gnu: ghc-typed-process: Update to 0.2.6.3., guix-commits, 2021/10/25
- 39/45: gnu: ghc-yaml: Update to 0.11.7.0., guix-commits, 2021/10/25
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7.,
guix-commits <=
- 01/45: import: stackage: Update to release 18.14., guix-commits, 2021/10/25
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/10/25
- 37/45: gnu: ghc-vector: Update to 0.12.3.1., guix-commits, 2021/10/25
- 38/45: gnu: ghc-x11: Update to 1.10.2., guix-commits, 2021/10/25
- 28/45: gnu: ghc-prettyprinter: Update to 1.7.1., guix-commits, 2021/10/25
- 03/45: gnu: ghc-cryptohash-md5: Update to 0.11.101.0., guix-commits, 2021/10/25
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/10/25
- 16/45: gnu: ghc-esqueleto: Update to 3.5.3.0., guix-commits, 2021/10/25
- 12/45: gnu: ghc-async: Update to 2.2.4., guix-commits, 2021/10/25
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/10/25