servant/servant-foreign
Oleg Grenrus 2d6bf5055b Improve .cabal files
- Add build-tool-depends, so new-build can use hspec-discover
- Add mtl bounds in tutorial (and dependency on mtl-compact)
- Add extra-source-files to tutorial, so it's buildable from sdist
2017-10-23 08:58:39 +03:00
..
include less OverlappingInstances noise 2016-01-04 13:09:11 -05:00
src/Servant Add instances for new combinators 2017-06-08 18:27:36 +03:00
test Test that no foreign functions are generated for an EmptyAPI 2017-05-16 10:31:33 +00:00
CHANGELOG.md Release 0.11 2017-05-24 08:02:56 +03:00
LICENSE Change copyright to servant contributors 2016-01-20 16:58:29 +01:00
README.md Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00
servant-foreign.cabal Improve .cabal files 2017-10-23 08:58:39 +03:00
Setup.hs Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00
tinc.yaml Use tinc on travis 2015-11-05 09:32:13 +08:00

servant-foreign

servant

Types and helpers for generating clients for servant servers in arbitrary programming languages.