packages feed

creatur 5.6.0 → 5.6.1

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

creatur.cabal view
@@ -1,5 +1,5 @@ Name:              creatur-Version:           5.6.0+Version:           5.6.1 Stability:         experimental Synopsis:          Framework for artificial life experiments. Description:       A software framework for automating experiments@@ -36,7 +36,7 @@ source-repository this   type:     git   location: https://github.com/mhwombat/creatur.git-  tag:      5.6.0+  tag:      5.6.1  library   GHC-Options:      -Wall -fno-warn-orphans
src/ALife/Creatur/Task.hs view
@@ -108,6 +108,7 @@ popSizeInBounds :: Universe u => (Int, Int) -> StateT u IO Bool popSizeInBounds (minAgents, maxAgents) = do   n <- popSize+  writeToLog $ "Pop. size=" ++ show n   if n < minAgents     then do       writeToLog "Requesting shutdown (population too small)"