Name: | ghc-shakespeare |
---|---|
Version: | 2.1.0.1 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 2740220 |
License: | MIT |
RPM: | ghc-shakespeare-2.1.0.1-1.el10_0.x86_64.rpm |
Source RPM: | ghc-shakespeare-2.1.0.1-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/shakespeare |
Summary: | A toolkit for making compile-time interpolated templates |
Description: | 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. See the documentation at <http://www.yesodweb.com/book/shakespearean-templates> for more details. |