BSD-3-Clause licensed by Servant Contributors
This version can be pinned in stack with:servant-foreign-0.16.1@sha256:6a9ebcdd474c298a5f8aa90e4015e8a0454cc5158c788b93d68f041e9ff1ffe1,2893
Module documentation for 0.16.1
servant-foreign

Types and helpers for generating clients for servant servers in arbitrary programming languages.
The latest version of this document is on GitHub.
Changelog for servant package contains significant entries for all core packages.
0.16
- 
WithResource combinator for Servant-managed resources #1630 For servant-foreign, this meant the addition of HasForeigninstances.
 
0.15.4
Significant changes
- Documentation improvements.
Other changes
- Support GHC-9.0.1.
- Bump lensandhspecdependencies.
0.15.3
Significant changes
- Support Fragmentcombinator.
0.15.2
0.15.1
0.15
0.11.1
- Add missing Semigroupinstances
0.11
Breaking changes
- servant Add Servant.API.Modifiers(#873)
- Make foreign client Header arguments have the representation of ‘Maybe’ in those languages
(#843)
0.10.2
Changes
- Add instances for DescriptionandSummarycombinators
(#767)
- Derive Data for all types
(#809)
0.10.1
Changes
- Don’t drop samples in HasDocs ReqBodyinstance
(#755).
Breaking change in anInternalmodule.
0.10
Breaking changes
- Do not apply JavaScript specific mangling to the names.
(#191)
0.7.1
0.11.1
- Add missing Semigroupinstances
0.11
Breaking changes
- servant Add Servant.API.Modifiers(#873)
- Make foreign client Header arguments have the representation of ‘Maybe’ in those languages
(#843)
0.10.2
Changes
- Add instances for DescriptionandSummarycombinators
(#767)
- Derive Data for all types
(#809)
0.10.1
Changes
- Don’t drop samples in HasDocs ReqBodyinstance
(#755).
Breaking change in anInternalmodule.
0.10
Breaking changes
- Do not apply JavaScript specific mangling to the names.
(#191)
0.7.1
0.5
- Use the textpackage instead ofString.
- Extract javascript-oblivious types and helpers to servant-foreign
- Typed-languages support