packages feed

blaze-svg-0.2.0.0: blaze-svg.cabal

name:                blaze-svg
version:             0.2.0.0
synopsis:            SVG combinator library
description:         SVG combinator library
homepage:            https://github.com/deepakjois/blaze-svg
license:             BSD3
license-file:        LICENSE
author:              Deepak Jois
maintainer:          deepak.jois@gmail.com
category:            Graphics
build-type:          Simple
cabal-version:       >=1.6

Extra-source-files:
  Util/Sanitize.hs
  Util/GenerateSvgCombinators.hs

Library
  Ghc-Options:       -Wall

  Exposed-modules:
    Text.Blaze.Svg
    Text.Blaze.Svg.Internal
    Text.Blaze.Svg11
    Text.Blaze.Svg11.Attributes
    Text.Blaze.Svg.Renderer.Pretty
    Text.Blaze.Svg.Renderer.String
    Text.Blaze.Svg.Renderer.Text
    Text.Blaze.Svg.Renderer.Utf8


  Build-depends:
    base            >= 4  && < 5,
    mtl             >= 2  && < 3,
    blaze-markup    >= 0.5 && < 0.6


Source-repository head
  Type:     git
  Location: http://github.com/deepakjois/blaze-svg.git