[project @ 2003-05-12 10:16:22 by ross]
[ghc-base.git] / Debug / QuickCheck / Batch.hs
index 1b5cafa..3b7c6d5 100644 (file)
@@ -2,13 +2,13 @@
 -- |
 -- 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)
 --
--- This is a batch driver for runing QuickCheck.
+-- This is a batch driver for running QuickCheck (GHC only).
 --
 -----------------------------------------------------------------------------