lio 0.11.0.0 → 0.11.0.1
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LIO/Concurrent.hs +3/−1
- lio.cabal +1/−1
LIO/Concurrent.hs view
@@ -59,7 +59,9 @@ forkLIO :: LIO l () -> LIO l () forkLIO lio = do s <- getLIOStateTCB- ioTCB $ void $ IO.forkIO $ void $ runLIO lio s+ ioTCB $ void $ IO.forkIO $ do+ ((), _) <- runLIO lio s+ return () -- | Labeled fork. @lFork@ allows one to invoke computations that -- would otherwise raise the current label, but without actually
lio.cabal view
@@ -1,5 +1,5 @@ Name: lio-Version: 0.11.0.0+Version: 0.11.0.1 Cabal-Version: >= 1.8 Build-type: Simple License: GPL