- Should this be using Prelude.readFile? Config files are often pretty small. This isn't industrial file I/O. But is using lazy IO like this dangerous? - Would be great to use QuickCheck for testing instead of the two lonely HUnit tests we have now.