regions 0.7 → 0.7.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Control/Monad/Trans/Region/Internal.hs view
@@ -120,7 +120,7 @@ , MonadCatchIO ) -data Handle = Handle CloseAction (IORef RefCnt)+data Handle = Handle !CloseAction !(IORef RefCnt) -- | An 'IO' computation that closes or finalizes a resource. For example -- @hClose@ or @free@.@@ -174,7 +174,7 @@ * directly executed in 'IO' by 'runTopRegion', - * concurrently executed in a new thread by 'forkTopRegion'.+ * concurrently executed in a new thread by 'forkIOTopRegion'. -} type TopRegion s = RegionT s IO
regions.cabal view
@@ -1,5 +1,5 @@ name: regions-version: 0.7+version: 0.7.0.1 cabal-version: >=1.6 build-type: Simple license: BSD3