2015-05-02 12:04:47 +02:00
|
|
|
-- Initial servant-lucid.cabal generated by cabal init. For further
|
|
|
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
|
|
|
|
name: servant-lucid
|
2015-07-27 22:26:49 +02:00
|
|
|
version: 0.5
|
2015-05-02 12:04:47 +02:00
|
|
|
synopsis: Servant support for lucid
|
|
|
|
-- description:
|
|
|
|
homepage: http://haskell-servant.github.io/
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
2016-01-20 16:58:29 +01:00
|
|
|
author: Servant Contributors
|
|
|
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
|
|
|
copyright: 2015-2016 Servant Contributors
|
2015-05-02 12:04:47 +02:00
|
|
|
category: Web
|
|
|
|
build-type: Simple
|
2016-01-05 05:05:05 +01:00
|
|
|
extra-source-files: include/*.h
|
2015-05-02 12:04:47 +02:00
|
|
|
cabal-version: >=1.10
|
2015-07-09 23:34:21 +02:00
|
|
|
bug-reports: http://github.com/haskell-servant/servant/issues
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: http://github.com/haskell-servant/servant.git
|
2015-05-02 12:04:47 +02:00
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules: Servant.HTML.Lucid
|
|
|
|
-- other-modules:
|
|
|
|
-- other-extensions:
|
2015-05-03 01:53:38 +02:00
|
|
|
build-depends: base >=4.7 && <5
|
2015-05-02 12:04:47 +02:00
|
|
|
, http-media
|
|
|
|
, lucid
|
2015-07-27 22:26:49 +02:00
|
|
|
, servant == 0.5.*
|
2015-05-02 12:04:47 +02:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
2015-12-27 17:54:29 +01:00
|
|
|
include-dirs: include
|