markcornwell / foochess

A chess engine written in Haskell
MIT License
0 stars 0 forks source link

Organize as a stack project. #6

Open markcornwell opened 6 years ago

markcornwell commented 6 years ago

Read up on the the Haskell Tool Stack. Consider re-organizing the directory to be compatible with the Haskell Tool Stack. stack uses a specific directory organization and metafiles to control its operations. Smooth integration with stack toolset could pay off in ease of building, package updates, installation, etc.

This may entail blowing away this project and re-creating it.. or not.

markcornwell commented 6 years ago

https://docs.haskellstack.org/en/stable/GUIDE/