Skip to content

Commit

Permalink
made error message easier to search for
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwombat committed Aug 5, 2015
1 parent 5f0f3ec commit bddb366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions creatur.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: creatur
Version: 5.9.8.1
Version: 5.9.8.2
Stability: experimental
Synopsis: Framework for artificial life experiments.
Description: A software framework for automating experiments
Expand Down Expand Up @@ -36,7 +36,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/mhwombat/creatur.git
tag: 5.9.8.1
tag: 5.9.8.2

library
GHC-Options: -Wall -fno-warn-orphans
Expand Down
2 changes: 1 addition & 1 deletion src/ALife/Creatur/Task.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runInteractingAgents agentsProgram startRoundProgram

reportException :: Universe u => SomeException -> StateT u IO ()
reportException e =
writeToLog $ "Unhandled exception: " ++ show e
writeToLog $ "WARNING: Unhandled exception: " ++ show e

checkPopSize :: Universe u => (Int, Int) -> StateT u IO ()
checkPopSize (minAgents, maxAgents) = do
Expand Down

0 comments on commit bddb366

Please sign in to comment.