Pushed to
pbuiras/clio
0da1b82
updated README
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
There should be a redis server running locally on the default port.
Installing redis: brew install redis
worked for me on OSX. The install scripts give you instructions on how to start the server.
Compiling and running the code: Try running
$ cabal install --dependencies-only $ cabal repl
And then
> :l Main > main
You can find a case study in the clio-taxprep repository (check README for installation instructions).