transient 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- src/Transient/Internals.hs +1/−1
- transient.cabal +2/−1
src/Transient/Internals.hs view
@@ -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)
transient.cabal view
@@ -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