servant-xml-1.0.1.3: servant-xml.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 97a99fcae4e059f0d0b5445a0b82c87d8b97f3ec7cf3671a78a14196ee774638
name: servant-xml
version: 1.0.1.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: colingw@gmail.com
copyright: 2018 Colin Woodbury
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
library
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Widentities
build-depends:
base >=4.7 && <5
, bytestring
, http-media >=0.7
, servant >=0.11
, xmlbf >=0.4
, xmlbf-xeno >=0.1
exposed-modules:
Servant.XML
default-language: Haskell2010