shakespeare 0.10.3 → 0.10.3.1
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- Text/Shakespeare.hs +2/−1
- shakespeare.cabal +1/−1
Text/Shakespeare.hs view
@@ -58,7 +58,8 @@ -- During the pre-conversion we first modify all Haskell insertions -- so that they will be ignored by the Coffeescript compiler (backticks). -- So %{var} is change to `%{var}` using the preEscapeBegin and preEscapeEnd.--- preEscapeIgnore is used to not insert backtacks for variable already inside strings - coffeescript will happily ignore them, and won't treat backticks as escaping+-- preEscapeIgnore is used to not insert backtacks for variable already inside strings or backticks.+-- coffeescript will happily ignore the interpolations, and backticks would not be treated as escaping in that context. data PreConvert = PreConvert { preConvert :: PreConversion
shakespeare.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-version: 0.10.3+version: 0.10.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>