name: servant-cassava version: 0.9 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 build-type: Simple cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-cassava/issues 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.5 , servant >=0.7 && <0.12 , http-media , vector hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall