packages feed

servant-elm 0.4.0.0 → 0.4.0.1

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.4.0.1+-------+* Remove hyphens from generated function names. (servant-foreign-0.10 no longer+  does this for us.)+ 0.4.0.0 ------- * Allow passing the base URL dynamically in Elm. (#20)
servant-elm.cabal view
@@ -1,5 +1,5 @@ name:                servant-elm-version:             0.4.0.0+version:             0.4.0.1 synopsis:            Automatically derive Elm functions to query servant webservices. description:         Please see README.md homepage:            http://github.com/mattjbray/servant-elm#readme
src/Servant/Elm/Internal/Generate.hs view
@@ -159,7 +159,7 @@         ]      fnName =-      request ^. F.reqFuncName . to F.camelCase . to stext+      request ^. F.reqFuncName . to (T.replace "-" "" . F.camelCase) . to stext      typeSignature =       mkTypeSignature opts request