heist 0.13.0.1 → 0.13.0.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- heist.cabal +1/−1
- src/Heist/Compiled/Internal.hs +1/−1
heist.cabal view
@@ -1,5 +1,5 @@ name: heist-version: 0.13.0.1+version: 0.13.0.2 synopsis: An Haskell template system supporting both HTML5 and XML. description: Heist is a powerful template system that supports both HTML5 and XML.
src/Heist/Compiled/Internal.hs view
@@ -11,7 +11,7 @@ ------------------------------------------------------------------------------ import Blaze.ByteString.Builder-import Blaze.ByteString.Builder.Char8+import Blaze.ByteString.Builder.Char.Utf8 import Control.Arrow import Control.Monad import Control.Monad.RWS.Strict