packages feed

creatur 5.9.25 → 5.9.26

raw patch · 3 files changed

+6/−4 lines, 3 files

Files

creatur.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 048046df2d9a1e1637467cdb014536ba03c606ad0122b3f586667501ef879d37+-- hash: 16bda61a5c69d93d32c2221f66259b645bad69d7e523ce752bce7fe9532af0d1  name:           creatur-version:        5.9.25+version:        5.9.26 synopsis:       Framework for artificial life experiments. description:    Please see the README on GitHub at <https://github.com/mhwombat/creatur#readme> category:       AI
src/ALife/Creatur/Counter.hs view
@@ -10,7 +10,9 @@ -- A simple counter which persists between runs. -- -------------------------------------------------------------------------{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}+{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE FlexibleInstances #-}+{-# OPTIONS_GHC -fno-warn-orphans #-} module ALife.Creatur.Counter   (     Counter(..),
src/ALife/Creatur/Daemon.hs view
@@ -30,7 +30,7 @@ import Control.Monad (when) import Control.Monad.State (StateT, execStateT) import Foreign.C.String (withCStringLen)-import System.IO (hPutStr, hPutStrLn, stderr)+import System.IO (hPutStrLn, stderr) import System.IO.Unsafe (unsafePerformIO) import qualified System.Posix.Daemonize as D import System.Posix.Signals (Handler(Catch), fullSignalSet,