cabal-version: 2.2 name: servant-xml version: 1.0.3 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 - 2024 Colin Woodbury license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md common commons default-language: Haskell2010 ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: base >= 4.7 && <5 , bytestring library import: commons hs-source-dirs: src build-depends: http-media >= 0.7 , servant >= 0.11 , xmlbf >= 0.7 , xmlbf-xeno >= 0.2.2 exposed-modules: Servant.XML