name: chu-shogi version: 3.0.0.0 synopsis: Play Chu Shogi against the computer or other humans description: The game of Chu Shogi (Middle Japanese chess) is at least 800 years old and is my personal favourite. Rules and other information can be found, starting from http://www.colina.demon.co.uk/chu.html. This page refers to a previous program that I wrote 10 years ago. Do not be confused - it is not a Haskell program and is no longer maintained. However, I am keeping compatibility with many of the file formats used by that program, and much of the interactive behaviour. Hence the version number here starts with 3.0.0.0. category: Game license: GPL license-file: LICENSE author: Colin Adams copyright: 1998 - 2009 Colin Adams maintainer: colin@colina.demon.co.uk build-depends: base >= 4, containers, array, haskell98, parsec >= 3.0.0, time >= 1.1.2.3, gtk >= 0.10.0, glib >= 0.10.0, cairo >= 0.10.0, svgcairo >= 0.10.0, EdisonCore >= 1.2.1, game-tree --pkgconfig-depends: gtk2 >= 2.14, cairo >= 1.8 build-type: Simple tested-with: GHC == 6.10.1 data-files: images/*.svg, images/*.gif executable: chu-shogi main-is: Chu-shogi.hs ghc-options: -O2 -Wall -fno-warn-unrecognised-pragmas -fno-warn-incomplete-patterns -threaded