To make this work you need to ...
- install
stack
withbrew install haskell-stack
- build it with
stack build
- test it with
stack test
- use it with
stack exec encrypt "abc" 1
- build the documentation with
stack build --haddock --haddock-arguments --odir=${PWD}/doc
- read the documentation