packages feed

yesod-markdown-0.1: yesod-markdown.cabal

-- yesod-markdown.cabal auto-generated by cabal init. For additional
-- options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
Name:                 yesod-markdown
Version:              0.1
Synopsis:             Markdown processing for Yesod sites using Pandoc
Description:          Process Markdown in Yesod sites.
License:              BSD3
License-file:         LICENSE
Author:               Alexander Dunlap
Maintainer:           alexander.dunlap@gmail.com
Copyright:            (c) 2010 Alexander Dunlap
Category:             Web, Yesod
Build-type:           Simple
Stability:            Alpha
-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:  

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.6

flag ghc7

Library
  if flag(ghc7)
    build-depends:   base                      >= 4.3      && < 5
    cpp-options:     -DGHC7
  else
    build-depends:   base                      >= 4        && < 4.3
  Exposed-modules:    Yesod.Markdown, Yesod.Markdown.Macros
  Build-depends: yesod
               , pandoc
               , containers
               , bytestring
               , utf8-string

source-repository head
  type:     git
  location: git://github.com/ajdunlap/yesod-markdown.git