From 93356fea2d1030bda8e313a1a12ee943566bfdd5 Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Thu, 4 Oct 2007 09:58:52 +0200 Subject: extract Properties module for re-use by contrib tests 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 --- tests/Properties.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Properties.hs') diff --git a/tests/Properties.hs b/tests/Properties.hs index 9818f30..bd8bc2b 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -1,4 +1,5 @@ {-# OPTIONS -fglasgow-exts #-} +module Properties where import StackSet hiding (filter) import qualified StackSet as S (filter) -- cgit v1.2.3