servant/servant-foreign
Andrew Cady 62def38a9b Add record to Req type
This is needed for servant-js to know whether to call JSON.stringify()
on the request body or just send it raw.
2018-09-16 21:08:07 -04:00
..
src/Servant Add record to Req type 2018-09-16 21:08:07 -04:00
test Cleanup pre-GHC-8.0 stuff 2018-07-11 01:39:38 +03:00
CHANGELOG.md Support GHC-8.4.1 and newer deps 2018-05-26 01:06:36 +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 Add record to Req type 2018-09-16 21:08:07 -04:00
Setup.hs Apply stylish-haskell on all modules 2018-06-29 23:36:39 +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.