From 2f70d6d9d774ba4d6caa2b0f33f1007ef4ad70e5 Mon Sep 17 00:00:00 2001 From: John Van Enk Date: Tue, 7 Jan 2014 11:40:19 -0500 Subject: [PATCH] Allow Test.hs to work with the current codebase. --- Test.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Test.hs b/Test.hs index 7cdb1eb..4330c69 100644 --- a/Test.hs +++ b/Test.hs @@ -5,10 +5,10 @@ import Prelude hiding ((||),(&&)) import Test.Framework (Test) import Test.Framework (defaultMain, testGroup) import Test.Framework.Providers.HUnit -import Test.Framework.Providers.QuickCheck (testProperty) +import Test.Framework.Providers.QuickCheck2 (testProperty) import Test.QuickCheck hiding ((==>)) -- import Test.HUnit hiding (Test) -import Data.Speculation +import Control.Concurrent.Speculation main :: IO () main = defaultMain tests