aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* extract Properties module for re-use by contrib testsDevin Mullins2007-10-041-0/+8
I want to reuse Properties' Arbitrary instance (as well as the T and NonNegative types) in an upcoming set of SwapWorkspaces QC props. `module Main where import Main` doesn't work too well. :) If this patch is accepted, the darcs 'test' pref should be modified to "-itests tests/Main.hs". darcs-hash:20071004075852-78224-6f84d89566894e33266a7c3b4d0cde5be7ec2918.gz