2010/10/21 Peter Schmitz <[email protected]>: > I am seeking suggestions for a regression test utility or framework > to use while developing in Haskell (in a MS Windows environment). > [snip]
Hi, Have a look at HUnit and, e.g. test-framework. http://hackage.haskell.org/package/HUnit http://hackage.haskell.org/package/test-framework You would have to write some code to read the input and expected output from files. Cheers, Thu _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
