lucid-svg-0.4.0.2: lucid-svg.cabal
name: lucid-svg
version: 0.4.0.2
synopsis: DSL for SVG using lucid for HTML
homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git
license: BSD3
license-file: LICENSE
author: Jeffrey Rosenbluth
maintainer: jeffrey.rosenbluth@gmail.com
copyright: 2015 Jeffrey Rosenbluth
category: Graphics
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
ghc-options: -Wall -rtsopts -O2
exposed-modules: Lucid.Svg,
Lucid.Svg.Path,
Lucid.Svg.Elements,
Lucid.Svg.Attributes
build-depends: base >= 4.5 && < 4.9,
blaze-builder >= 0.2 && < 0.4,
transformers >= 0.2 && < 0.5,
text >= 0.11 && < 1.3,
lucid >= 2.9 && < 3.0
hs-source-dirs: src
default-language: Haskell2010