[project @ 2003-05-12 10:16:22 by ross]
[ghc-base.git] / Debug / QuickCheck / Batch.hs
index f5056f8..3b7c6d5 100644 (file)
@@ -1,16 +1,14 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- 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.1 2001/08/17 12:48:38 simonmar Exp $
---
--- This is a batch driver for runing QuickCheck.
+-- This is a batch driver for running QuickCheck (GHC only).
 --
 -----------------------------------------------------------------------------
 
@@ -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)