X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FBatch.hs;h=7b6373bf9762f385e6c3bcb9700e99333c850993;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=f5056f855541edd1a148e1983186970044bc85be;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Debug/QuickCheck/Batch.hs b/Debug/QuickCheck/Batch.hs index f5056f8..7b6373b 100644 --- a/Debug/QuickCheck/Batch.hs +++ b/Debug/QuickCheck/Batch.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Debug.QuickCheck.Batch -- Copyright : (c) Andy Gill 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable (uses Control.Exception, Control.Concurrent) -- --- $Id: Batch.hs,v 1.1 2001/08/17 12:48:38 simonmar Exp $ +-- $Id: Batch.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $ -- -- This is a batch driver for runing QuickCheck. --