name: solve version: 1.0 category: Game synopsis: Solving simple games license: MIT license-file: LICENSE cabal-version: >= 1.8.0.2 build-type: Simple extra-source-files: README.md author: Joe Leslie-Hurd maintainer: Joe Leslie-Hurd description: The solve package implements a basic Haskell library for solving and analyzing simple games (e.g., Fox & Hounds). Library build-depends: base >= 4.0 && < 5.0, containers >= 0.5.7.1 hs-source-dirs: src ghc-options: -Wall exposed-modules: Solve.FoxHounds, Solve.Game, Solve.Util source-repository head type: git location: git://github.com/gilith/solve.git