Merge pull request #868 from phadej/servant-foreign-0.11
Bump servant-foreign for 0.11
This commit is contained in:
commit
802123f35d
4 changed files with 17 additions and 2 deletions
|
@ -109,6 +109,9 @@ script:
|
||||||
# Allow-newer and other cabal.project amendments
|
# Allow-newer and other cabal.project amendments
|
||||||
- "echo 'allow-newer: servant-js:servant, servant-js:servant-foreign' >> cabal.project"
|
- "echo 'allow-newer: servant-js:servant, servant-js:servant-foreign' >> cabal.project"
|
||||||
|
|
||||||
|
# cryptonite
|
||||||
|
- "echo 'constraints: foundation >=0.0.14' >> cabal.project"
|
||||||
|
|
||||||
- echo -en 'travis_fold:end:unpack\\r'
|
- echo -en 'travis_fold:end:unpack\\r'
|
||||||
- echo Building... && echo -en 'travis_fold:start:build\\r'
|
- echo Building... && echo -en 'travis_fold:start:build\\r'
|
||||||
# this builds all libraries and executables (without tests/benchmarks)
|
# this builds all libraries and executables (without tests/benchmarks)
|
||||||
|
|
|
@ -6,4 +6,8 @@ packages: servant/
|
||||||
servant-server/
|
servant-server/
|
||||||
doc/tutorial/
|
doc/tutorial/
|
||||||
|
|
||||||
allow-newer: servant-js:servant, servant-js:servant-foreign
|
allow-newer: servant-js:servant-foreign
|
||||||
|
|
||||||
|
constraints:
|
||||||
|
-- see https://github.com/haskell-infra/hackage-trustees/issues/119
|
||||||
|
foundation >=0.0.14
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md)
|
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/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.11
|
||||||
|
----
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
* Make foreign client Header arguments have the representation of 'Maybe' in those languages
|
||||||
|
([#843](https://github.com/haskell-servant/servant/pull/843))
|
||||||
|
|
||||||
0.10.2
|
0.10.2
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-foreign
|
name: servant-foreign
|
||||||
version: 0.10.2
|
version: 0.11
|
||||||
synopsis: Helpers for generating clients for servant APIs in any programming language
|
synopsis: Helpers for generating clients for servant APIs in any programming language
|
||||||
description:
|
description:
|
||||||
Helper types and functions for generating client functions for servant APIs in any programming language
|
Helper types and functions for generating client functions for servant APIs in any programming language
|
||||||
|
|
Loading…
Reference in a new issue