servant-xml-1.0.2: servant-xml.cabal
cabal-version: 1.24
name: servant-xml
version: 1.0.2
synopsis: Servant support for the XML Content-Type
description: Servant support for the Content-Type of /application\/xml/. Anything with 'ToXml' and 'FromXml' instances can be automatically marshalled.
category: Web
homepage: https://github.com/fosskers/servant-xml
author: Colin Woodbury
maintainer: colin@fosskers.ca
copyright: 2018 - 2019 Colin Woodbury
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
build-depends:
base >= 4.7 && <5
, bytestring
, http-media >= 0.7
, servant >= 0.11
, xmlbf >= 0.7
, xmlbf-xeno >= 0.2.2
exposed-modules: Servant.XML