MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:shakespeare-2.1.1@sha256:b18b8697e2d509ef124f5b16a2063672b6f8ae3bab4479bafe2e8c18c63f7019,5059

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.

Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser.

Packages that use this: xml-hamlet

Please see the documentation at http://www.yesodweb.com/book/shakespearean-templates for more details.

Changes