Blunt

Blunt makes Haskell expressions pointfree.


## Install ``` sh $ cabal update $ cabal install 'blunt ==0.0.*' ``` ## Develop ``` sh $ git clone https://github.com/tfausak/blunt $ cd blunt $ cabal sandbox init $ cabal install happy $ cabal install ``` ## Deploy ``` sh $ heroku create $ git checkout -b deploy $ echo 'web: ./blunt' > Procfile $ cp dist/build/blunt/blunt . $ touch requirements.txt $ git add Procfile blunt requirements.txt $ git commit -m v0.0.7 $ git push heroku deploy:master ```