packages feed

Control-Engine 1.1.0.0 → 1.1.0.1

raw patch · 1 files changed

+2/−8 lines, 1 filesdep −concurrentPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies removed: concurrent

API changes (from Hackage documentation)

- Control.Engine: initEngine :: (Eq st) => Int -> Int -> (IO job) -> (result -> IO ()) -> (st -> job -> IO (Maybe result)) -> st -> IO (Engine job result st)
+ Control.Engine: initEngine :: Eq st => Int -> Int -> (IO job) -> (result -> IO ()) -> (st -> job -> IO (Maybe result)) -> st -> IO (Engine job result st)

Files

Control-Engine.cabal view
@@ -1,5 +1,5 @@ name:		Control-Engine-version:	1.1.0.0+version:	1.1.0.1 license:	BSD3 license-file:	LICENSE author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -16,14 +16,8 @@ tested-with:	GHC == 6.10.3 extra-source-files: -Flag small_base-  Description: Choose the split-up base package.- Library-  if flag(small_base)-    Build-Depends: base == 4.*, stm, concurrent, BoundedChan >= 1.0.0.2-  else-    Build-Depends: base == 4.*, stm, BoundedChan >= 1.0.0.2+  Build-Depends: base == 4.*, stm, BoundedChan >= 1.0.0.2   hs-source-dirs:   exposed-modules: Control.Engine, Control.ThreadPool   ghc-options: