CVS log for pkgsrc/www/hs-servant-server/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / www / hs-servant-server
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:40:11 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:06:06 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 30 16:44:29 2025 UTC (7 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -8
lines
www/hs-servant-server: update to servant-server-0.20.2
0.20.2
----
- Fix build of examples/greet.hs. Add "429 Too Many Requests" error. [#1591](https://github.com/haskell-servant/servant/pull/1591)
- Full query string helpers [#1604](https://github.com/haskell-servant/servant/pull/1604)
This involves a new instance `HasServer (QueryString :> api) context`.
- Add `MkHandler` pattern synonym [#1732](https://github.com/haskell-servant/servant/issues/1732) [#1733](https://github.com/haskell-servant/servant/pull/1733)
Add a bidirectional pattern synonym to construct `Handler a` values from `IO
(Either ServerError a)` ones, and match in the other direction.
- Add instance `HasServer (EmptyAPI :> api) context` [#1775](https://github.com/haskell-servant/servant/pull/1775)
- Bugfix - CaptureAll produces [""] for empty paths due to trailing slash. [#1243](https://github.com/haskell-servant/servant/issues/1243) [#1516](https://github.com/haskell-servant/servant/pull/1516)
CaptureAll resulted in `[""]` for empty paths due to trailing slash. Similar
oddities occurred around these edge cases like `"/"` resulted in `[]` correctly,
but `"//"` resulted in `["", ""]`. This patch simply eliminates the first `""`
in the pathinfo list as taken from the wai response. This might break user
code that relies on personal shims to solve the problem, however simply removing their
workarounds should fix their code as the behavior is now sane.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:55 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:47 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 31 04:44:52 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
www/hs-servant-server: Update to 0.20
0.20
Add API docs for ServerT #1573
Add Functor instance to AuthHandler. #1638
Compatibility with GHC 9.6. #1680
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:59 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:41:19 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 29 05:24:22 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
www/hs-servant-server: import hs-servant-server-0.19.2
This library lets you implement an HTTP server with handlers for each
endpoint of a servant API, handling most of the boilerplate for you.
CVSweb <webmaster@jp.NetBSD.org>