servant/servant-foreign
Matt Bray f6ee02eb91 servant-foreign: fix camelCase
Previous behaviour was a bit shouty (and dashes aren't allowed in JS
variable names):

camelCase ["one", "two", "thirty-three"] => "oneTWOTHIRTY-THREE"

New behaviour:

camelCase ["one", "two", "thirty-three"] => "oneTwoThirtythree"
2015-11-04 11:27:07 +00:00
..
src/Servant servant-foreign: fix camelCase 2015-11-04 11:27:07 +00:00
test servant-foreign: add test for camelCase 2015-11-04 11:27:07 +00:00
CHANGELOG.md Add entry to changelog 2015-10-07 20:02:46 +02:00
LICENSE Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00
README.md Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00
servant-foreign.cabal servant-foreign: add test for camelCase 2015-11-04 11:27:07 +00:00
Setup.hs Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00

servant-foreign

servant

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