[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Debug / QuickCheck.hs
index 7bf87f2..cf476f7 100644 (file)
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Debug.QuickCheck
 -- Copyright   :  (c) Koen Claessen, John Hughes 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
@@ -67,6 +67,8 @@ module Debug.QuickCheck
   )
  where
 
+import Prelude
+
 import System.Random
 import Data.List( group, sort, intersperse )
 import Control.Monad( liftM2, liftM3, liftM4 )