packages feed

lucid-svg-0.1.0.0: lucid-svg.cabal

-- Initial lucid-svg.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                lucid-svg
version:             0.1.0.0
synopsis:            DSL for SVG using lucid for HTML
-- description:         
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,
                       transformers,
                       text,
                       lucid >=2.6 && <2.7
  hs-source-dirs:      src
  default-language:    Haskell2010