regional-pointers 0.2 → 0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~regionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: regions
API changes (from Hackage documentation)
Files
- Foreign/Ptr/Region.hs +1/−1
- regional-pointers.cabal +2/−2
Foreign/Ptr/Region.hs view
@@ -18,7 +18,7 @@ * Run a region using 'runRegionT'. - * Concurrently run a region inside another region using 'forkTopRegion'.+ * Concurrently run a region inside another region using 'forkIOTopRegion'. * Duplicate a 'RegionalPtr' to a parent region using 'dup'. -}
regional-pointers.cabal view
@@ -1,5 +1,5 @@ name: regional-pointers-version: 0.2+version: 0.3 cabal-version: >=1.6 build-type: Custom license: BSD3@@ -36,7 +36,7 @@ GHC-Options: -Wall build-depends: base >= 4 && < 4.3 , base-unicode-symbols >= 0.1.1 && < 0.3- , regions >= 0.6 && < 0.7+ , regions >= 0.6 && < 0.8 , transformers >= 0.2 && < 0.3 , MonadCatchIO-transformers >= 0.2 && < 0.3 exposed-modules: Foreign.Ptr.Region