packages feed

blaze-shields-0.1.0.0: blaze-shields.cabal

name: blaze-shields
version: 0.1.0.0
synopsis: create svg by Haskell
description: a Haskell version of shields ,which is on github.
homepage: http://githubcom/Qinka/blaze-shields
bug-reports: https://github.com/Qinka/blaze-shields/issues
license:  BSD3
license-file: LICENSE
author:	Qinka
maintainer: qinka@live.com
category: Web
build-type: Simple
cabal-version: >= 1.12

library
    exposed-modules:
      Text.Blaze.Svg.Shields
    build-depends:
      base >= 4.8 && < 5,
      blaze-markup >= 0.7 && < 1,
      blaze-html >= 0.8 && <1,
      blaze-svg >=0.3 && < 0.6
    default-language: Haskell2010
    hs-source-dirs:lib