[project @ 2002-05-09 13:16:29 by simonmar]
[haskell-directory.git] / Debug / QuickCheck / Batch.hs
index 7b6373b..850ef68 100644 (file)
@@ -2,14 +2,12 @@
 -- |
 -- Module      :  Debug.QuickCheck.Batch
 -- 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
 -- Portability :  non-portable (uses Control.Exception, Control.Concurrent)
 --
--- $Id: Batch.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $
---
 -- This is a batch driver for runing QuickCheck.
 --
 -----------------------------------------------------------------------------
@@ -90,6 +88,8 @@ module Debug.QuickCheck.Batch
    , bottom            -- :: a                 {- _|_ -}
    ) where
 
+import Prelude
+
 import System.Random
 import Control.Concurrent
 import Control.Exception hiding (catch, evaluate)