diff --git a/moe.cabal b/moe.cabal
--- a/moe.cabal
+++ b/moe.cabal
@@ -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   
diff --git a/src/Text/HTML/Moe/Element.hs b/src/Text/HTML/Moe/Element.hs
--- a/src/Text/HTML/Moe/Element.hs
+++ b/src/Text/HTML/Moe/Element.hs
@@ -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)]
