Repo of my walkthrough of the Haskell Wikibook "Write Yourself a Scheme in 48 Hours".
The book is included as .pdf and the code should compile at every commit.. i hope ;)
Build
git clone git://github.com/mkrull/schemeHS.git
cd schemeHS
cabal configure
cabal build
Install
git clone git://github.com/mkrull/schemeHS.git
cd schemeHS
cabal install