aivika-distributed 1.1 → 1.1.1
raw patch · 3 files changed
+8/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Simulation/Aivika/Distributed/Optimistic/Internal/DIO.hs +2/−2
- aivika-distributed.cabal +1/−1
CHANGELOG.md view
@@ -1,4 +1,9 @@ +Version 1.1.1+-----++* Fixed the documentation.+ Version 1.1 -----
Simulation/Aivika/Distributed/Optimistic/Internal/DIO.hs view
@@ -71,9 +71,9 @@ DIOParams { dioLoggingPriority :: Priority, -- ^ The logging priority dioName :: String,- -- ^ The time horizon in modeling time units.- dioTimeHorizon :: Maybe Double, -- ^ The name of the logical process.+ dioTimeHorizon :: Maybe Double,+ -- ^ The time horizon in modeling time units. dioUndoableLogSizeThreshold :: Int, -- ^ The undoable log size threshold used for detecting an overflow dioOutputMessageQueueSizeThreshold :: Int,
aivika-distributed.cabal view
@@ -1,5 +1,5 @@ name: aivika-distributed-version: 1.1+version: 1.1.1 synopsis: Parallel distributed discrete event simulation module for the Aivika library description: This package extends the aivika-transformers [1] package and allows running parallel distributed simulations.