stack setup
Build project:
stack build
Run project:
stack exec torrskel-exe
Run tests:
stack test
# or, for hot reloading:
npm install -g nodemon
nodemon -w ./src,./test -e hs -x 'stack test'
This project uses hindent. In Vim, run hindent on file save with vim-hindent.
All code written is based on my interpretation of
http://www.bittorrent.org/beps/bep_0003.html
and