packages feed

shakespeare-js 1.2.0.3 → 1.2.0.4

raw patch · 1 files changed

+4/−4 lines, 1 files

Files

shakespeare-js.cabal view
@@ -1,5 +1,5 @@ name:            shakespeare-js-version:         1.2.0.3+version:         1.2.0.4 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -9,13 +9,13 @@     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.     In this case, the variable type needs a ToJavascript instance.     .-    shakespeare-javascript is alson known as Julius, and passes through plain javascript+    shakespeare-javascript is also known as Julius, and passes through plain javascript.     .     There is also a shakespeare version for CoffeeScript, TypeScript, and Roy, all languages that compile down to Javascript. They all expect you to have the appropriate compiler in your path.     .     shakespeare originated from the hamlet template package.-    Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples-    .+    Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples.+ extra-source-files:   test/juliuses/external1.coffee   test/juliuses/external1.julius