packages feed

lackey-1.0.7: lackey.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b8f43f889bfad1741b7484d3609ca4932d05ada05c695aeec6a6d774b8896a14

name:           lackey
version:        1.0.7
synopsis:       Generate Ruby clients from Servant APIs.
description:    Lackey generates Ruby clients from Servant APIs.
category:       Web
homepage:       https://github.com/tfausak/lackey#readme
bug-reports:    https://github.com/tfausak/lackey/issues
maintainer:     Taylor Fausak
license:        MIT
license-file:   LICENSE.markdown
build-type:     Simple
extra-source-files:
    CHANGELOG.markdown
    package.yaml
    README.markdown
    stack.yaml

source-repository head
  type: git
  location: https://github.com/tfausak/lackey

library
  exposed-modules:
      Lackey
  other-modules:
      Paths_lackey
  hs-source-dirs:
      library
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
  build-depends:
      base >=4.9.0 && <4.13
    , servant >=0.8.1 && <0.16
    , servant-foreign >=0.8.1 && <0.16
    , text >=1.2.2 && <1.3
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_lackey
  hs-source-dirs:
      tests
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded
  build-depends:
      base >=4.9.0 && <4.13
    , hspec >=2.2.3 && <2.7
    , lackey
    , servant >=0.8.1 && <0.16
    , servant-foreign >=0.8.1 && <0.16
    , text >=1.2.2 && <1.3
  default-language: Haskell2010