diff --git a/Control/Concurrent/Actor.hs b/Control/Concurrent/Actor.hs
--- a/Control/Concurrent/Actor.hs
+++ b/Control/Concurrent/Actor.hs
@@ -8,10 +8,10 @@
 --
 -- This module implements Erlang-style actors (what Erlang calls processes).
 --
--- @
 module Control.Concurrent.Actor
+    (
     -- * Types
-    ( ActorHandle
+      ActorHandle
     , ActorMessage
     , ActorM
     -- * Sending Messages
@@ -26,14 +26,6 @@
     -- * Getting Information
     , self
     , actorThread
-    -- , monitor
-    -- , link
-    -- , kill
-    -- , status
-    -- , setFlag
-    -- , clearFlag
-    -- , toggleFlag
-    -- , testFlag
     ) where
 
 import Control.Concurrent
diff --git a/hactor.cabal b/hactor.cabal
--- a/hactor.cabal
+++ b/hactor.cabal
@@ -8,7 +8,7 @@
 --       +-+------- breaking API changes
 --       | | +----- non-breaking API additions
 --       | | | +--- code changes with no API change
-version: 1.0.0.0
+version: 1.0.0.1
 
 -- A short (one-line) description of the package.
 synopsis: Lightweight Erlang-style actors for Haskell.
