The NetBSD Project

CVS log for pkgsrc/www/hs-servant/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / hs-servant

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:05 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 15:54:10 2025 UTC (7 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -10 lines
0.20.2
----
- Full query string helpers [#1604](https://github.com/haskell-servant/servant/pull/1604)

  This PR introduces `DeepQuery`, a route combinator that implements a pattern commonly known as deep objects.
  It builds upon the convention of using `[]` for a list of parameters:
  `books?filter[search]=value&filter[author][name]=value`.
  The corresponding type would be `DeepQuery "filter" BookQuery :> Get '[JSON] [Book]`.
- Add IsIn instance for NamedRoutes [#1707](https://github.com/haskell-servant/servant/pull/1707)
- Renamed `AtLeastOneFragment` type class to `AtMostOneFragment` [#1727](https://github.com/haskell-servant/servant/pull/1727)

  The previously named `AtLeastOneFragment` type class defined in the
  `Servant.API.TypeLevel` module has been renamed to `AtMostOneFragment`,
  since the previous name was misleading.
- Use `Header'` in response headers. [#1697](https://github.com/haskell-servant/servant/pull/1697)

  Use `Header'` instead of `Header` in response, so it's possible to provide
  `Description`, for example:

  ```
  type PaginationTotalCountHeader =
    Header'
      '[ Description "Indicates to the client total count of items in collection"
       , Optional
       , Strict
       ]
      "Total-Count"
      Int
  ```

  Note: if you want to add header with description you should use `addHeader'`
  or `noHeader'` which accepts `Header'` with all modifiers.

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
Mon Oct 30 13:35:06 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: Update to 0.20.1

0.20.1
* Support aeson-2.2 #1695

0.20
* Headers support in UVerb responses #1570 #1571
* Generalize type of Servant.Types.SourceT.source to any foldable #1593
* Make Mime(Un)Render PlainText String instances encode/decode UTF-8 #1645
* Add HasStatus instance for Headers (that defers StatusOf to underlying
  value) #1649
* Make fromSourceIO run in IO #1661
* Some streaming abstractions, like io-streams, require stateful
  initialization. Since all actual call sites of fromSourceIO are in a
  context where IO actions can be executed, these streaming sources can be
  accomodated by having letting fromSourceIO run in IO.
* To migrate your existing FromSourceIO instance, simply put a pure/return
  in front of it.
* Fix the handling of multiple headers with the same name. #1666

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 04:56:23 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
www/hs-servant: import hs-servant-0.19.1

A family of combinators for defining webservices APIs and serving them.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>