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  632bef64e878148fdd06bc0eccd47836edd5a2ba (commit)
      from  972ef11b3cdf75a862f8dd51a90d974db963d3a6 (commit)


Summary of changes:
 src/Text/Templating/Heist/Types.hs |    3 +--
 1 files changed, 1 insertions(+), 2 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 632bef64e878148fdd06bc0eccd47836edd5a2ba
Author: Luke Hoersten <[email protected]>
Date:   Sat Dec 11 22:29:35 2010 -0600

    Removed redundant import.

diff --git a/src/Text/Templating/Heist/Types.hs 
b/src/Text/Templating/Heist/Types.hs
index 1eef319..8ca9b8a 100644
--- a/src/Text/Templating/Heist/Types.hs
+++ b/src/Text/Templating/Heist/Types.hs
@@ -27,7 +27,6 @@ import             Control.Monad.Cont
 import             Control.Monad.Error
 import             Control.Monad.Reader
 import             Control.Monad.State
-import             Control.Monad.Trans
 import             Data.ByteString.Char8 (ByteString)
 import qualified   Data.Map as Map
 import             Data.Map (Map)
@@ -361,7 +360,7 @@ modifyTS f = TemplateMonad $ \_ s -> return ((), f s)
 -- scope" as opposed to the template call "local scope" of state items such
 -- as recursionDepth, curContext, and spliceMap.
 restoreTS :: Monad m => TemplateState m -> TemplateMonad m ()
-restoreTS ts1 = 
+restoreTS ts1 =
     modifyTS (\ts2 -> ts2
         { _recursionDepth = _recursionDepth ts1
         , _curContext = _curContext ts1
-----------------------------------------------------------------------


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

Reply via email to