On 22 October 2010 08:38, Peter Schmitz <[email protected]> wrote: > I am seeking suggestions for a regression test utility or framework > to use while developing in Haskell (in a MS Windows environment). > [snip]
For this kind of task I use shelltestrunner http://hackage.haskell.org/package/shelltestrunner It can do recursive search through directories to find test cases, which I find particularly handy. Cheers, Bernie. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
