servant-ruby 0.8.0.1 → 0.8.0.2
raw patch · 2 files changed
+1/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- servant-ruby.cabal +1/−1
- src/Servant/Ruby.hs +0/−3
servant-ruby.cabal view
@@ -1,5 +1,5 @@ name: servant-ruby-version: 0.8.0.1+version: 0.8.0.2 synopsis: Generate a Ruby client from a Servant API with Net::HTTP. description: Generate a Ruby client from a Servant API with Net::HTTP. homepage: https://github.com/joneshf/servant-ruby#readme
src/Servant/Ruby.hs view
@@ -324,9 +324,6 @@ key = qarg ^. queryArgName.argName._PathSegment val = snake key -{-|-prop> \str -> snake (snake $ T.pack str) == snake (T.pack str)--} snake :: Text -> Text snake = T.pack . quietSnake . T.unpack