packages feed

creatur 5.6.3 → 5.6.4

raw patch · 7 files changed

+11/−11 lines, 7 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.3+Version:           5.6.4 Stability:         experimental Synopsis:          Framework for artificial life experiments. Description:       A software framework for automating experiments@@ -13,15 +13,15 @@                    tutorial at                     <https://github.com/mhwombat/creatur-examples/raw/master/Tutorial.pdf>                    for examples on how to use the-                   Cr&#233;at&#250;r framework.+                   Créatúr framework.                    .-                   About the name: \"Cr&#233;at&#250;r\" (pronounced kray-toor)+                   About the name: \"Créatúr\" (pronounced kray-toor)                    is an irish word meaning animal, creature, or an                     unfortunate person. Category:          AI License:           BSD3 License-file:      LICENSE-Copyright:         (c) Amy de Buitl&#233;ir 2010-2014+Copyright:         (c) Amy de Buitléir 2010-2014 Homepage:          https://github.com/mhwombat/creatur Bug-reports:       https://github.com/mhwombat/creatur/issues Author:            Amy de Buitl&#233;ir@@ -36,7 +36,7 @@ source-repository this   type:     git   location: https://github.com/mhwombat/creatur.git-  tag:      5.6.3+  tag:      5.6.4  library   GHC-Options:      -Wall -fno-warn-orphans
src/ALife/Creatur/Clock.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.Clock--- Copyright   :  (c) Amy de Buitléir 2012-2013+-- Copyright   :  (c) Amy de Buitléir 2012-2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental
src/ALife/Creatur/Counter.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.Counter--- Copyright   :  (c) Amy de Buitléir 2012-2013+-- Copyright   :  (c) Amy de Buitléir 2012-2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental
src/ALife/Creatur/EnergyPool.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.EnergyPool--- Copyright   :  (c) Amy de Buitléir 2012-2013+-- Copyright   :  (c) Amy de Buitléir 2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental
src/ALife/Creatur/Genetics/Analysis.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.Genetics.Analysis--- Copyright   :  (c) Amy de Buitléir 2013+-- Copyright   :  (c) Amy de Buitléir 2013-2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental
src/ALife/Creatur/Namer.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.Namer--- Copyright   :  (c) Amy de Buitléir 2012-2013+-- Copyright   :  (c) Amy de Buitléir 2012-2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental
src/ALife/Creatur/Persistent.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module      :  ALife.Creatur.Persistent--- Copyright   :  (c) Amy de Buitléir 2012-2013+-- Copyright   :  (c) Amy de Buitléir 2012-2014 -- License     :  BSD-style -- Maintainer  :  amy@nualeargais.ie -- Stability   :  experimental