X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FBatch.hs;h=66b010911d57c6fb97eb4f05eb42dc243a2a3bed;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=7b6373bf9762f385e6c3bcb9700e99333c850993;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Debug/QuickCheck/Batch.hs b/Debug/QuickCheck/Batch.hs index 7b6373b..66b0109 100644 --- a/Debug/QuickCheck/Batch.hs +++ b/Debug/QuickCheck/Batch.hs @@ -8,8 +8,6 @@ -- 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. -- -----------------------------------------------------------------------------