a haskell dev. environment in order to learn haskell
In case it is of use to others.
A dev environment with possibly the following useful bits:
- cabal sandbox
- keep track of cabals with cabal.list
- cheesy continuous compilation (rake cc)--should work well enough for small projects
- (questionable but I like it) rake environment
- and (even more questionable) my updates as I play around with GHC
One note before proceeding: this will most probably work only on Ubuntu 13.10 (Saucy).
- git pull http://github.com/topos/hray
- cd
- make -f lib/make.dev
- rake cc
- builds Main and Spec in HRAY_DIR/src
- edit code in /src