Add changelogs and bump x-revision
This commit is contained in:
parent
b34355df7c
commit
e0d3f7850e
5 changed files with 19 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-client
|
name: servant-client
|
||||||
version: 0.16
|
version: 0.16
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
|
|
||||||
synopsis: Automatic derivation of querying functions for servant
|
synopsis: Automatic derivation of querying functions for servant
|
||||||
category: Servant, Web
|
category: Servant, Web
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-docs
|
name: servant-docs
|
||||||
version: 0.11.3
|
version: 0.11.3
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
|
|
||||||
synopsis: generate API docs for your servant webservice
|
synopsis: generate API docs for your servant webservice
|
||||||
category: Servant, Web
|
category: Servant, Web
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-http-streams
|
name: servant-http-streams
|
||||||
version: 0.16
|
version: 0.16
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
|
|
||||||
synopsis: Automatic derivation of querying functions for servant
|
synopsis: Automatic derivation of querying functions for servant
|
||||||
category: Servant, Web
|
category: Servant, Web
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
|
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
|
||||||
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
||||||
|
|
||||||
|
0.16.1
|
||||||
|
------
|
||||||
|
|
||||||
|
* Use `http-api-data-0.4.1` (a part of its API is re-exported)
|
||||||
|
[#1181](https://github.com/haskell-servant/servant/pull/1181)
|
||||||
|
|
||||||
0.16
|
0.16
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
||||||
|
|
||||||
|
0.16.1
|
||||||
|
------
|
||||||
|
|
||||||
|
* Add `Semigroup` and `Monoid` `SourceT` instances
|
||||||
|
[#1158](https://github.com/haskell-servant/servant/pull/1158)
|
||||||
|
[#1159](https://github.com/haskell-servant/servant/pull/1159)
|
||||||
|
* Use `http-api-data-0.4.1`
|
||||||
|
[#1181](https://github.com/haskell-servant/servant/pull/1181)
|
||||||
|
* Allow newer dependencies
|
||||||
|
|
||||||
0.16.0.1
|
0.16.0.1
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue