servant-pandoc-0.4.1.4: servant-pandoc.cabal
name: servant-pandoc
version: 0.4.1.4
synopsis: Use Pandoc to render servant API documentation
description: Use pandoc to generate documentation for your Servant API.
license: MIT
license-file: LICENSE
author: Matthew Pickering, Ivan Miljenovic
maintainer: Ivan.Miljenovic@gmail.com
category: Web
build-type: Simple
extra-source-files: CHANGELOG, README.md
cabal-version: >=1.10
tested-with: GHC == 7.8.2, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.3.*
source-repository head
type: git
location: https://github.com/mpickering/servant-pandoc/
library
exposed-modules: Servant.Docs.Pandoc
other-extensions: OverloadedStrings
build-depends: base >=4.7 && <5
, http-media >=0.6 && <0.8
, lens >=4.9 && <5
, pandoc-types >=1.12 && <1.18
, servant-docs == 0.11.*
, unordered-containers >=0.2 && <0.3
, text >=1.2 && <1.3
, bytestring >=0.10 && <0.11
, string-conversions >= 0.1 && < 0.5
, case-insensitive >= 0.2 && < 1.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall