moe 2009.9.1 → 2009.9.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep +utf8-string
Dependencies added: utf8-string
Files
- moe.cabal +2/−2
- src/Text/HTML/Moe/Element.hs +1/−1
moe.cabal view
@@ -1,5 +1,5 @@ Name: moe-Version: 2009.9.1+Version: 2009.9.1.1 Build-type: Simple Synopsis: html with style Description:@@ -18,7 +18,7 @@ library ghc-options: -Wall- build-depends: base >= 4 && < 5, mtl, mps >= 2009.8.18.1, data-default, bytestring+ build-depends: base >= 4 && < 5, mtl, mps >= 2009.8.18.1, data-default, bytestring, utf8-string hs-source-dirs: src/ exposed-modules: Text.HTML.Moe
src/Text/HTML/Moe/Element.hs view
@@ -235,7 +235,7 @@ title' = title [] tr' = tr [] -str, raw, _pre :: String -> MoeUnit+str, raw, _pre, prim :: String -> MoeUnit str x = tell [Data (pack - escape x)] raw x = tell [Raw (pack x)]