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  9c1ba49a05879bdae9be3b7cdb5ea830c823cc61 (commit)
      from  4e6b1e7def9670cfdbf4ee1eef688818c42a31e5 (commit)


Summary of changes:
 src/Text/Templating/Heist/Constants.hs |    2 +-
 1 files changed, 1 insertions(+), 1 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 9c1ba49a05879bdae9be3b7cdb5ea830c823cc61
Author: Mighty Byte <[email protected]>
Date:   Sun Jul 25 22:43:16 2010 -0400

    Fix compile error from new hexpat dependency.

diff --git a/src/Text/Templating/Heist/Constants.hs 
b/src/Text/Templating/Heist/Constants.hs
index 58c75fc..aaba486 100644
--- a/src/Text/Templating/Heist/Constants.hs
+++ b/src/Text/Templating/Heist/Constants.hs
@@ -12,7 +12,7 @@ import           Text.XML.Expat.Tree
 heistExpatOptions :: ParserOptions ByteString ByteString
 heistExpatOptions =
     defaultParserOptions {
-           parserEncoding = Just UTF8
+           overrideEncoding = Just UTF8
          , entityDecoder  = Just (\k -> Map.lookup k htmlEntityLookupTable)
          }
 
-----------------------------------------------------------------------


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

Reply via email to