diff --git a/src/Transient/Internals.hs b/src/Transient/Internals.hs
--- a/src/Transient/Internals.hs
+++ b/src/Transient/Internals.hs
@@ -886,7 +886,7 @@
   sd <- gets mfData
   mx <*** modify (\s ->s { mfData = sd})
 
-  -- | generates an identifier that is unique within the current program execution
+-- | generates an identifier that is unique within the current program execution
 genGlobalId  :: MonadIO m => m Int
 genGlobalId= liftIO $ atomicModifyIORefCAS rglobalId $ \n -> (n +1,n)
 
diff --git a/transient.cabal b/transient.cabal
--- a/transient.cabal
+++ b/transient.cabal
@@ -1,5 +1,5 @@
 name: transient
-version: 0.6.0.0
+version: 0.6.0.1
 author: Alberto G. Corona
 extra-source-files:
     ChangeLog.md README.md
@@ -35,6 +35,7 @@
                      , mtl
                      , stm
                      , random
+ 
                      ,atomic-primops
 
     exposed-modules: Transient.Backtrack
