name: lackey version: 1.0.1 category: Web description: Lackey generates Ruby clients from Servant APIs. extra-source-files: - CHANGELOG.md - LICENSE.md - package.yaml - README.md - stack.yaml github: tfausak/lackey license: MIT maintainer: Taylor Fausak synopsis: Generate Ruby clients from Servant APIs. dependencies: - base >= 4.8 && < 4.11 - servant >= 0.8 && < 0.14 - servant-foreign >= 0.8 && < 0.12 - text >= 1.2 && < 1.3 ghc-options: - -Wall library: source-dirs: library tests: test: dependencies: - lackey - hspec >= 2.4.4 && < 2.5 ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N source-dirs: tests main: Main.hs