name: senza version: 0.0 synopsis: An HTML building library without the need for pesky operators. description: An HTML building library without the need for pesky operators. 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 library hs-source-dirs: src/ ghc-options: -Wall -O2 exposed-modules: Senza, Senza.Types, Senza.Bootstrap, Senza.Elements build-depends: base >= 4 && <5, blaze-markup, blaze-html, text