packages feed

chp 2.1.0 → 2.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Concurrent/CHP/CSP.hs view
@@ -63,7 +63,7 @@          tr <- liftPoison $ liftTrace ask          y <- liftIO $ bracketOnError (return ()) (const errorEnd) $ const            $ runReaderT (pullOutStandard (wrapPoison $ body x)) tr-         checkPoison y+         checkPoison y `onPoisonRethrow` (liftIO errorEnd)  wrapIndiv :: (Unique -> (Unique -> Integer) -> String -> [RecordedIndivEvent Unique])           -> Unique -> (Unique -> (Integer, Event.RecordedEventType))
chp.cabal view
@@ -1,5 +1,5 @@ Name:            chp-Version:         2.1.0+Version:         2.1.0.1 Synopsis:        An implementation of concurrency ideas from Communicating Sequential Processes License:         BSD3 License-file:    LICENSE