name: lucid version: 0.0 x-revision: 2 synopsis: Clear to write, read and edit DSL for HTML description: Clear to write, read and edit DSL for HTML. See the 'Lucid' module for description and documentation. license: BSD3 license-file: LICENSE author: Chris Done maintainer: chrisdone@gmail.com copyright: 2014 Chris Done category: Web build-type: Simple cabal-version: >=1.8 extra-source-files: README.md library build-depends: base <4.11 hs-source-dirs: src/ ghc-options: -Wall -O2 exposed-modules: Lucid Lucid.Base Lucid.Html5 Lucid.Bootstrap build-depends: base >= 4.5 && <5 , blaze-builder , bytestring , text , transformers