Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 417 Bytes

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