servant/servant-cassava/servant-cassava.cabal

32 lines
1.0 KiB
Plaintext
Raw Normal View History

2015-08-29 19:15:16 +02:00
-- Initial servant-cassava.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: servant-cassava
2016-04-15 10:02:57 +02:00
version: 0.7
2015-08-29 19:15:16 +02:00
synopsis: Servant CSV content-type for cassava
-- description:
homepage: http://haskell-servant.github.io/
license: BSD3
license-file: LICENSE
author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
copyright: 2015-2016 Servant Contributors
2015-08-29 19:15:16 +02:00
-- category:
build-type: Simple
extra-source-files: include/*.h
2015-08-29 19:15:16 +02:00
cabal-version: >=1.10
library
exposed-modules: Servant.CSV.Cassava
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <5
, cassava >0.4 && <0.5
2016-04-15 10:02:57 +02:00
, servant == 0.7.*
2015-08-29 19:15:16 +02:00
, http-media
, vector
hs-source-dirs: src
default-language: Haskell2010
2015-12-27 17:54:29 +01:00
include-dirs: include
2016-04-18 12:07:23 +02:00
ghc-options: -Wall