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 232bf4e409da8712856d0a16a7beeb30e94934c7 (commit)
from 3c186afcdd929b2afe45bd3af00b54eb4f1a5fcf (commit)
Summary of changes:
src/Text/Templating/Heist/Constants.hs | 9 +++++----
1 files changed, 5 insertions(+), 4 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 232bf4e409da8712856d0a16a7beeb30e94934c7
Author: Mighty Byte <[email protected]>
Date: Thu May 27 21:56:52 2010 -0400
Fix broken build.
diff --git a/src/Text/Templating/Heist/Constants.hs
b/src/Text/Templating/Heist/Constants.hs
index 79dc162..58c75fc 100644
--- a/src/Text/Templating/Heist/Constants.hs
+++ b/src/Text/Templating/Heist/Constants.hs
@@ -4,15 +4,16 @@ module Text.Templating.Heist.Constants where
import Data.ByteString.Char8 (ByteString)
import qualified Data.Map as Map
import Data.Map (Map)
+import Text.XML.Expat.Tree
------------------------------------------------------------------------------
-- | Options passed to hexpat for XML parsing.
-heistExpatOptions :: X.ParserOptions ByteString ByteString
+heistExpatOptions :: ParserOptions ByteString ByteString
heistExpatOptions =
- X.defaultParserOptions {
- X.parserEncoding = Just X.UTF8
- , X.entityDecoder = Just (\k -> Map.lookup k htmlEntityLookupTable)
+ defaultParserOptions {
+ parserEncoding = 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