packages feed

distributed-fork 0.0.1.0 → 0.0.1.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

distributed-fork.cabal view
@@ -1,5 +1,5 @@ name:                distributed-fork-version:             0.0.1.0+version:             0.0.1.1 synopsis:            Like 'forkIO', but uses remote machines instead of local threads. homepage:            https://github.com/utdemir/distributed-fork license:             BSD3
src/Control/Distributed/Fork.hs view
@@ -68,6 +68,7 @@ --   'initDistributedFork' --   handle <- 'fork' 'localProcessBackend' (static 'Dict') (static (return "Hello World!")) --   putStrLn =<< await handle+-- @ fork :: Backend      -> Closure (Dict (Serializable a))      -> Closure (IO a)