diff --git a/hissmetrics.cabal b/hissmetrics.cabal
--- a/hissmetrics.cabal
+++ b/hissmetrics.cabal
@@ -1,5 +1,5 @@
 Name:                hissmetrics
-Version:             0.1
+Version:             0.1.1
 Synopsis:            Unofficial API bindings to KISSmetrics.
 Homepage:            https://github.com/meteficha/hissmetrics
 License:             BSD3
diff --git a/src/Web/KISSmetrics.hs b/src/Web/KISSmetrics.hs
--- a/src/Web/KISSmetrics.hs
+++ b/src/Web/KISSmetrics.hs
@@ -4,7 +4,12 @@
 -- import qualified Web.KISSmetrics as KISSmetrics
 -- @
 module Web.KISSmetrics
-    (
+    ( APIKey
+    , SimpleText
+    , Property
+    , Timestamp(..)
+    , CallType(..)
+    , call
     ) where
 
 import Control.Arrow (second)
@@ -31,7 +36,7 @@
 
 
 -- | A KISSmetrics property.  The property names needs to follow
--- the rules outlined on 'SimpleText'@'s@ documentation.  The
+-- the rules outlined on 'SimpleText'@s@ documentation.  The
 -- property value, on the other hand, are only limited to 8 KiB
 -- and don't have any other restrictions.
 type Property = (SimpleText, Text)
