[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Utils.hs
index 4705615..112c3ca 100644 (file)
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Debug.QuickCheck.Utils
 -- Copyright   :  (c) Andy Gill 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
@@ -20,6 +20,8 @@ module Debug.QuickCheck.Utils
   , isTotalOrder
   ) where
 
+import Prelude
+
 import Debug.QuickCheck
 
 isAssociativeBy :: (Show a,Testable prop)