shakespeare-0.10.2: shakespeare.cabal
name: shakespeare
version: 0.10.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: A toolkit for making compile-time interpolated templates
description:
Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
.
Note there is no dependency on haskell-src-extras.
.
packages that use this: shakespeare-js, shakespeare-css, shakespeare-interpolated, hamlet, and xml-hamlet
Please see the documentation at <http://docs.yesodweb.com/book/hamlet/> for more details.
category: Web, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/templates
library
build-depends: base >= 4 && < 5
, template-haskell
, parsec >= 2 && < 4
, text >= 0.7 && < 0.12
exposed-modules:
Text.Shakespeare
Text.Shakespeare.Base
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/yesodweb/hamlet.git