packages feed

BlogLiterately-0.4: BlogLiterately.cabal

Name:           BlogLiterately
Version:        0.4
Synopsis:       A tool for posting Haskelly articles to blogs
Description:    Write blog posts in Markdown format, then use BlogLiterately
                to do syntax highlighting, format ghci sessions, and upload
                to any blog supporting the metaWeblog API (such as Wordpress).
                .
                See <http://byorgey.wordpress.com/blogliterately/> for complete
                documentation.
Cabal-Version:  >= 1.6
Homepage:       http://byorgey.wordpress.com/blogliterately/
License:        GPL
License-file:   LICENSE
Category:	Web
Copyright:	Copyright (c) Robert Greayer 2008-2010, Brent Yorgey 2012
Author:         Robert Greayer <robgreayer@yahoo.com>
Maintainer:	Brent Yorgey <byorgey@cis.upenn.edu>
Stability:	experimental
Build-Type:     Simple
Tested-With:	GHC ==7.4.1
Extra-Source-Files: CHANGES
                    doc/BlogLiteratelyDoc.lhs
                    style/*.css
                    style/hs-style
Source-repository head
  type:     darcs
  location: http://patch-tag.com/r/byorgey/BlogLiterately

Executable BlogLiterately
  Build-Depends:  base >= 4.0 && < 4.6, process >= 1.1 && < 1.2,
                  transformers >= 0.3 && < 0.4, parsec >= 3 && < 3.2,
                  HaXml >= 1.22 && < 1.23, utf8-string >= 0.3 && < 0.4,
                  hscolour >= 1.20 && < 1.21, blaze-html >= 0.5 && < 0.6,
                  cmdargs >= 0.9.5 && < 0.10,
                  haxr >= 3000.8 && < 3000.9, pandoc >= 1.9 && < 1.10
  Main-Is:        BlogLiterately.lhs
  Hs-Source-Dirs: src
  Ghc-Options:    -fwarn-unused-imports