Name:                blaze-html-contrib
Version:             0.1
Synopsis:            Some contributions to add handy things to blaze html.
Description:         Some contributions to add handy things to blaze html. Please
                     send your contributions as pull requests to 
                     https://github.com/chrisdone/blaze-html-contrib
Homepage:            https://github.com/chrisdone/blaze-html-contrib
License:             BSD3
License-file:        LICENSE
Author:              Chris Done
Maintainer:          chrisdone@gmail.com
Copyright:           2011 Chris Done
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.2

Library
  Hs-source-dirs:    src
  Exposed-modules:   Text.Blaze.Extra, Text.Blaze.Pagination, Text.Blaze.Markdown, Data.Pagination
  Build-depends:     base > 4 && < 5,
                     network,
                     blaze-html,
                     safe,
                     data-default,
                     pandoc,
                     text,
                     cgi