name: servant-rawm-docs version: 1.0.0.0 synopsis: Documentation generator for 'RawM' endpoints. 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.Docs build-depends: base >= 4.9 && < 5 , servant-rawm , servant-docs >= 0.11.3 , lens >= 4.0 , http-media >= 0.6 , http-types >= 0.9 default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction source-repository head type: git location: git@github.com:cdepillabout/servant-rawm.git