packages feed

lucid-svg-0.4: lucid-svg.cabal

name:                lucid-svg
version:             0.4
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.7   && < 4.8,
                       blaze-builder >= 0.3   && < 0.4,
                       transformers  >= 0.4   && < 0.5,
                       text          >= 1.2   && < 1.3,
                       lucid         >= 2.8.1 && < 2.9
  hs-source-dirs:      src
  default-language:    Haskell2010