servant-xml-1.0.1: servant-xml.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c8dde3a5e1331b6e0aa8d5e364364b25d4980e50bff936cb8ad9a2b046d896eb
name: servant-xml
version: 1.0.1
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
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md
library
hs-source-dirs:
src
ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns
build-depends:
base >=4.7 && <5
, bytestring
, http-media >=0.7 && <0.8
, servant >=0.11 && <0.13
, xmlbf >=0.3 && <0.4
, xmlbf-xeno >=0.1 && <0.2
exposed-modules:
Servant.XML
default-language: Haskell2010