-----------------------------------------------------------------------------
-- |
-- Module      :  Debug.QuickCheck.Utils
-- Copyright   :  (c) Andy Gill 2001
-- License     :  BSD-style (see the file libraries/base/LICENSE)
-- 
-- Maintainer  :  libraries@haskell.org
-- Stability   :  deprecated
-- Portability :  portable
--
-- These are some general purpose utilities for use with QuickCheck.
--
-----------------------------------------------------------------------------

module Debug.QuickCheck.Utils
{-# DEPRECATED "Use module Test.QuickCheck.Utils instead" #-}
  ( module Test.QuickCheck.Utils
  ) where

import Test.QuickCheck.Utils