packages feed

GeBoP 1.7.4.1 → 1.7.5

raw patch · 3 files changed

+10/−3 lines, 3 files

Files

Game.hs view
@@ -144,7 +144,7 @@ step []     t = grow t step (i:is) t    | filled t  = let u = step is (children t ! i)-                in  update i $ t {children = children t // [(i, u)]}+                in  Game.update i $ t {children = children t // [(i, u)]}   | otherwise = grow t  followcombination :: Game g => Tree g -> [Int]
GeBoP.cabal view
@@ -1,9 +1,9 @@ Name:           GeBoP Synopsis:       Several games Description: -  The games: Ataxx, Bamp, Halma, Hez, Kram, Nim, Reversi, TicTacToe, and Zenix+  The games: Ataxx, Bamp, Halma, Hez, Kram, Nim, Reversi, TicTacToe and Zenix Homepage:       http://www.haskell.org/haskellwiki/GeBoP-Version:        1.7.4.1+Version:        1.7.5 License:        BSD3 License-file:   LICENSE.txt Author:         Maarten Löffler
changelog.txt view
@@ -1,4 +1,11 @@ +2015-09-23++Version 1.7.5+ - Game.hs: changed call to "update" in "Game.update" to avoid confusion+   with the recently introduced "update" in wxHaskell+ +  2015-01-29  Version 1.7.4.1