diff --git a/fay-hsx.cabal b/fay-hsx.cabal
--- a/fay-hsx.cabal
+++ b/fay-hsx.cabal
@@ -1,5 +1,5 @@
 name:                fay-hsx
-version:             0.1.0
+version:             0.2.0
 synopsis:            Clientside HTML generation for fay.
 description:         This library allows you to write fay code that generates HTML in the browser. It is compatible with the code generated by hsx2hs.
 homepage:            http://www.happstack.com/
diff --git a/src/HTML.hs b/src/HTML.hs
--- a/src/HTML.hs
+++ b/src/HTML.hs
@@ -10,7 +10,8 @@
 import JQuery
 import FFI
 
-type Text = String
+fromStringLit :: String -> String
+fromStringLit = id
 
 data Attr a b = a := b
 
