This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "heist".

The branch, master has been updated
       via  b18dd115206b1e30e638794e7e75daba029ef3fc (commit)
       via  80ce026b7157c5a7360f2463bd8df759a7f456d4 (commit)
      from  b889a3be65f81a236484161a4a15a6270ad83e47 (commit)


Summary of changes:
 heist.cabal                  |    2 +-
 src/Text/Templating/Heist.hs |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b18dd115206b1e30e638794e7e75daba029ef3fc
Author: Mighty Byte <[email protected]>
Date:   Tue Apr 12 18:32:33 2011 -0400

    Version bump

diff --git a/heist.cabal b/heist.cabal
index beefb61..fffa0c5 100644
--- a/heist.cabal
+++ b/heist.cabal
@@ -1,5 +1,5 @@
 name:           heist
-version:        0.5.1.0
+version:        0.5.1.1
 synopsis:       An xhtml templating system
 description:    An xhtml templating system
 license:        BSD3
commit 80ce026b7157c5a7360f2463bd8df759a7f456d4
Author: Mighty Byte <[email protected]>
Date:   Tue Apr 12 18:31:14 2011 -0400

    Turned head merging off by default until performance improves.

diff --git a/src/Text/Templating/Heist.hs b/src/Text/Templating/Heist.hs
index 95e0531..fee8978 100644
--- a/src/Text/Templating/Heist.hs
+++ b/src/Text/Templating/Heist.hs
@@ -141,8 +141,7 @@ import           Text.Templating.Heist.Types
 -- | The default set of built-in splices.
 defaultSpliceMap :: MonadIO m => FilePath -> SpliceMap m
 defaultSpliceMap templatePath = Map.fromList
-    [(htmlTag, htmlImpl)
-    ,(applyTag, applyImpl)
+    [(applyTag, applyImpl)
     ,(bindTag, bindImpl)
     ,(ignoreTag, ignoreImpl)
     ,(markdownTag, markdownSplice templatePath)
-----------------------------------------------------------------------


hooks/post-receive
-- 
heist
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to