hchesslib

Library implementing chess rules.


Keywords
gpl, library, Propose Tags, Skip to Readme, , Index, Quick Jump, Chess, Chess.FEN, Chess.UI, hchesslib-0.2.0.0.tar.gz, browse, Package description, Package maintainers, MiikaPetteriMatikainen, edit package information , 0.1.0.0
License
GPL-2.0-only
Install
cabal install hchesslib-0.2.0.0

Documentation

hchesslib

Build Status

hchesslib is a simple chess library for Haskell.

Building

Building the library inside cabal sandbox:

cabal sandbox init
cabal install --only-dependencies --enable-tests
cabal build

Running tests

Running unit tests after the library has been built:

cabal test