diff --git a/happstack-data.cabal b/happstack-data.cabal
--- a/happstack-data.cabal
+++ b/happstack-data.cabal
@@ -1,5 +1,5 @@
 Name:               happstack-data
-Version:            0.3.2
+Version:            0.3.3
 License:            BSD3
 License-File:       COPYING
 Author:             Happstack team, HAppS LLC
diff --git a/src/Happstack/Data/SerializeTH.hs b/src/Happstack/Data/SerializeTH.hs
--- a/src/Happstack/Data/SerializeTH.hs
+++ b/src/Happstack/Data/SerializeTH.hs
@@ -15,7 +15,7 @@
 -- | Derives an instance of Serialize for the provided type
 -- Should work in most cases if the type is already and instance
 -- of Version.  
--- Ex: @$(deriveSerialize ''Foo)
+-- Ex: @$(deriveSerialize ''Foo)@
 deriveSerialize :: Name -> Q [Dec]
 deriveSerialize name
     = do c <- parseInfo name
