To provide a basic set of unit tests to help people learning Haskell (including myself) go through the 99 Haskell Problems.
Suggestions are highly appreciated, feel free to add them to the wiki or drop me an e-mail.
Assuming you have haskell* and git installed:
git clone git://github.com/boccato/99_haskell_problems.git
cd 99_haskell_problems
runhaskell 1to10.hs
*I am using The Haskell Platform, version 2012.2.0.0.