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  b6b0698fe6e0591f0d7e8b6fb0f4061167771f06 (commit)
      from  8f9f483f4c441a604e8fc0f121bae1f9d58cc777 (commit)


Summary of changes:
 src/Text/Templating/Heist/Types.hs |    4 ++--
 1 files changed, 2 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 b6b0698fe6e0591f0d7e8b6fb0f4061167771f06
Author: Carl Howells <[email protected]>
Date:   Wed Jun 16 16:02:53 2010 -0700

    Make Typeable instances compatible with hint

diff --git a/src/Text/Templating/Heist/Types.hs 
b/src/Text/Templating/Heist/Types.hs
index a734954..f513999 100644
--- a/src/Text/Templating/Heist/Types.hs
+++ b/src/Text/Templating/Heist/Types.hs
@@ -138,7 +138,7 @@ instance Eq (TemplateState m) where
 -- | The Typeable instance is here so Heist can be dynamically executed with
 -- Hint.
 templateStateTyCon :: TyCon
-templateStateTyCon = mkTyCon "Text.Templating.Heist.Types.TemplateState"
+templateStateTyCon = mkTyCon "Text.Templating.Heist.TemplateState"
 {-# NOINLINE templateStateTyCon #-}
 
 instance (Typeable1 m) => Typeable (TemplateState m) where
@@ -291,7 +291,7 @@ instance (MonadCont m) => MonadCont (TemplateMonad m) where
 -- | The Typeable instance is here so Heist can be dynamically executed with
 -- Hint.
 templateMonadTyCon :: TyCon
-templateMonadTyCon = mkTyCon "Text.Templating.Heist.Types.TemplateMonad"
+templateMonadTyCon = mkTyCon "Text.Templating.Heist.TemplateMonad"
 {-# NOINLINE templateMonadTyCon #-}
 
 instance (Typeable1 m) => Typeable1 (TemplateMonad m) where
-----------------------------------------------------------------------


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

Reply via email to