lackey 0.1.1 → 0.1.2
raw patch · 3 files changed
+10/−6 lines, 3 files
Files
- README.md +8/−4
- lackey.cabal +1/−1
- package.yaml +1/−1
README.md view
@@ -1,6 +1,7 @@ # [Lackey][] -[![Build][]](https://travis-ci.org/tfausak/lackey)+[![Version badge][]][version]+[![Build badge][]][build] Lackey is a Haskell library for generating Ruby consumers of [Servant][] APIs. @@ -40,7 +41,10 @@ ruby = rubyForAPI api ``` -[lackey]: https://github.com/tfausak/lackey-[build]: https://img.shields.io/travis/tfausak/lackey.svg-[servant]: http://haskell-servant.github.io+[Lackey]: https://github.com/tfausak/lackey+[Version badge]: https://www.stackage.org/package/lackey/badge/nightly?label=version+[version]: https://www.stackage.org/package/lackey+[Build badge]: https://travis-ci.org/tfausak/lackey.svg?branch=master+[build]: https://travis-ci.org/tfausak/lackey+[Servant]: http://haskell-servant.github.io [the change log]: ./CHANGELOG.md
lackey.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: lackey-version: 0.1.1+version: 0.1.2 synopsis: Generate Ruby consumers of Servant APIs. description: Lackey generates Ruby consumers of Servant APIs. category: Web
package.yaml view
@@ -28,4 +28,4 @@ - tasty-hspec >=1.1 && <1.2 source-dirs: test-suite main: Main.hs-version: '0.1.1'+version: '0.1.2'