yesod-goodies-0.0.3: yesod-goodies.cabal
name: yesod-goodies
version: 0.0.3
description: A collection of various small helpers useful in any yesod application.
synopsis: A collection of various small helpers useful in any yesod application.
homepage: http://github.com/pbrisbin/yesod-goodies
license: BSD3
license-file: LICENSE
author: Patrick Brisbin
maintainer: me@pbrisbin.com
category: Web, Yesod
build-type: Simple
cabal-version: >=1.6
library
exposed-modules: Yesod.Goodies
, Yesod.Goodies.Gravatar
, Yesod.Goodies.Links
, Yesod.Goodies.Markdown
, Yesod.Goodies.Search
, Yesod.Goodies.Shorten
, Yesod.Goodies.Time
build-depends: base >= 4 && < 5
, text >= 0.11 && < 0.12
, bytestring >= 0.9.1 && < 10.0
, pandoc >= 1.8.1 && < 1.9
, yesod >= 0.8 && < 0.9
, yesod-form >= 0.1 && < 0.2
, pureMD5 < 3
, HTTP
, directory
, time
, old-locale
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/pbrisbin/yesod-goodies.git