Path to this page:
./
www/hs-wai-extra,
Provides some basic WAI handlers and middleware
Branch: CURRENT,
Version: 3.1.17,
Package name: hs-wai-extra-3.1.17,
Maintainer: pkgsrc-usersThe goal here is to provide common features without many dependencies.
Master sites:
Filesize: 84.646 KB
Version history: (Expand)
- (2025-01-30) Updated to version: hs-wai-extra-3.1.17
- (2024-05-09) Updated to version: hs-wai-extra-3.1.14nb1
- (2024-05-02) Updated to version: hs-wai-extra-3.1.14
- (2023-11-02) Updated to version: hs-wai-extra-3.1.13.0nb3
- (2023-10-09) Updated to version: hs-wai-extra-3.1.13.0nb2
- (2023-02-09) Updated to version: hs-wai-extra-3.1.13.0nb1
CVS history: (Expand)
2025-01-30 17:36:41 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
www/hs-wai-extra: update to wai-extra-3.1.17
## 3.1.17
* Started deprecation of `data-default` \
[#1011](https://github.com/yesodweb/wai/pull/1011)
* All `Default` instances have comments that these will be removed in a future \
major version.
* `def` exported from `Network.Wai.Middleware.Gzip` now has a deprecation warning
* All uses of `def` have been replaced with explicit `default{TYPE_NAME}` values.
* Some additional documentation
## 3.1.16
* Substituted `data-default-class` for `data-default` \
[#1010](https://github.com/yesodweb/wai/pull/1010)
|
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-05-02 12:20:02 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-wai-extra: Update to 3.1.14
3.1.15
Request parsing throws an exception rather than erroring #964:
Add RequestParseException type and expose it from the Network.Wai.Parse \
module.
Behavior change : parseRequestBody and parseRequestBodyEx (exported from \
Network.Wai.Parse) throw RequestParseException rather than calling error.
3.1.14.0
defaultGzipSettings now exported to not depend on Data.Default #959
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-30 18:28:26 by Masatake Daimon | Files touched by this commit (1) |
Log message:
www/hs-wai-extra: Fix build with GHC 9.6
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-29 06:15:58 by Masatake Daimon | Files touched by this commit (5) |
Log message:
www/hs-wai-extra: import hs-wai-extra-3.1.13.0
The goal here is to provide common features without many dependencies.
|