From d04a8dcd00b16b5cfd0181be96461098adfb5c22 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 10 Nov 2008 21:31:25 +0000 Subject: [PATCH] Removed quickcheck import It doesn't appear to be used, and isn't declared in the cabal file --- Ledger/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger/Utils.hs b/Ledger/Utils.hs index 44ab1f1ff..0edd679bb 100644 --- a/Ledger/Utils.hs +++ b/Ledger/Utils.hs @@ -33,7 +33,7 @@ import Data.Time.Clock import Data.Time.Calendar import Debug.Trace import Test.HUnit -import Test.QuickCheck hiding (test, Testable) +-- import Test.QuickCheck hiding (test, Testable) import Text.Printf import Text.Regex import Text.ParserCombinators.Parsec (parse)