           SPELL=haskell-shakespeare
         VERSION=2.0.19
          SOURCE="shakespeare-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/package/shakespeare-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:9700170d700901daf3e87e79f35675f8be7555fccaa3dbb7f41fdf19090a9fb55a063bbf65045e7de3ea1d8284aab85457a608867e727f9b19cf3fc4a948d147
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/shakespeare-${VERSION}"
        WEB_SITE="http://www.yesodweb.com/book/shakespearean-templates"
      LICENSE[0]=MIT
         ENTERED=20140412
           SHORT="a family of type-safe, efficient template languages"
cat << EOF
Shakespeare is a family of type-safe, efficient template languages. Shakespeare
templates are expanded at compile-time, ensuring that all interpolated
variables are in scope. Variables are interpolated according to their type
through a typeclass.

Shakespeare templates can be used inline with a quasi-quoter or in an
external file.
EOF
