servant/servant-lucid/servant-lucid.cabal

29 lines
856 B
Plaintext
Raw Normal View History

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-07 09:48:00 +02:00
version: 0.4.3
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
author: Julian K. Arni
maintainer: jkarni@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
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-05-09 02:28:05 +02:00
, servant == 0.4.*
2015-05-02 12:04:47 +02:00
hs-source-dirs: src
default-language: Haskell2010