name: servant-rawm-client version: 1.0.0.2 synopsis: The client implementation of servant-rawm. description: Please see . homepage: https://github.com/cdepillabout/servant-rawm license: BSD3 license-file: LICENSE author: Dennis Gosnell maintainer: cdep.illabout@gmail.com , nil.krjst@gmail.com copyright: 2017 Dennis Gosnell category: Servant , Web build-type: Simple extra-source-files: CHANGELOG.md , README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Servant.RawM.Client build-depends: base >= 4.8 && < 5 , servant-rawm >= 1.0 , servant-client-core >= 0.16 default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -- TODO: These doctests need to be moved to cabal-doctest, since just using -- doctest directly is not reliable. -- test-suite servant-rawm-client-doctest -- type: exitcode-stdio-1.0 -- main-is: DocTest.hs -- hs-source-dirs: test -- build-depends: base -- , doctest -- , Glob -- , servant-client-core -- default-language: Haskell2010 -- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: git@github.com:cdepillabout/servant-rawm.git