hactor 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+3/−11 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Concurrent/Actor.hs +2/−10
- hactor.cabal +1/−1
Control/Concurrent/Actor.hs view
@@ -8,10 +8,10 @@ -- -- This module implements Erlang-style actors (what Erlang calls processes). ----- @ module Control.Concurrent.Actor+ ( -- * Types- ( ActorHandle+ ActorHandle , ActorMessage , ActorM -- * Sending Messages@@ -26,14 +26,6 @@ -- * Getting Information , self , actorThread- -- , monitor- -- , link- -- , kill- -- , status- -- , setFlag- -- , clearFlag- -- , toggleFlag- -- , testFlag ) where import Control.Concurrent
hactor.cabal view
@@ -8,7 +8,7 @@ -- +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.0.0+version: 1.0.0.1 -- A short (one-line) description of the package. synopsis: Lightweight Erlang-style actors for Haskell.