MineSweeper
Usage
Install only the dependencies necessary to build the given packages
cabal install --only-dependencies --enable-tests
configure for installation at user home
cabal configure --enable-tests
build
cabal build
test
cabal test
install
cabal install
run
MineSweeper