File servant-cassava.cabal of Package ghc-servant-cassava
name: servant-cassava
version: 0.9
x-revision: 1
synopsis: Servant CSV content-type for cassava
description: Servant CSV content-type for cassava.
homepage: http://haskell-servant.readthedocs.org/
license: BSD3
license-file: LICENSE
author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
copyright: 2015-2016 Servant Contributors
category: Web, Servant, CSV
build-type: Simple
cabal-version: >=1.10
bug-reports: http://github.com/haskell-servant/servant-cassava/issues
tested-with:
GHC==7.8.4,
GHC==7.10.3,
GHC==8.0.2,
GHC==8.2.1
source-repository head
type: git
location: http://github.com/haskell-servant/servant-cassava.git
library
exposed-modules: Servant.CSV.Cassava
build-depends: base >=4.6 && <5
, base-compat >=0.9.1 && <0.10
, bytestring
, cassava >0.4 && <0.6
, servant >=0.7 && <0.12
, http-media
, vector
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall