hchesslib: Chess library

[ game, gpl, library ] [ Propose Tags ]

Library implementing chess rules.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies array (>=0.4), attoparsec, base (>=4 && <5), containers (>=0.4), text [details]
License GPL-2.0-only
Author Miika-Petteri Matikainen
Maintainer miikapetteri@gmail.com
Category Game
Home page https://github.com/nablaa/hchesslib
Source repo head: git clone https://github.com/nablaa/hchesslib
Uploaded by MiikaPetteriMatikainen at 2021-12-05T19:10:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1293 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-05 [all 1 reports]

Readme for hchesslib-0.2.0.0

[back to package description]

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