Skip to content

Commit

Permalink
Fix compile error from new hexpat dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Jul 26, 2010
1 parent 4e6b1e7 commit 9c1ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Templating/Heist/Constants.hs
Expand Up @@ -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)
}

Expand Down

0 comments on commit 9c1ba49

Please sign in to comment.