servant/servant-foreign
Arian van Putten 05379ed7e3 Replace all occurances of () with NoContent
We use NoContent to signify an empty response nowadays. This commit
replaces all occurences of () with NoContent so that all packages use
the new semantics.
2016-07-10 16:58:59 +02:00
..
include less OverlappingInstances noise 2016-01-04 13:09:11 -05:00
src/Servant Replace all occurances of () with NoContent 2016-07-10 16:58:59 +02:00
test Replace all occurances of () with NoContent 2016-07-10 16:58:59 +02:00
CHANGELOG.md Changelog updates for GHC 8.0 support. 2016-05-10 22:45:29 +02: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 source-repo and bug report 2016-05-13 12:45:30 +02: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.