X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FBatch.hs;h=1b5cafaacd092788de4cf25b875580679933cca0;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=66b010911d57c6fb97eb4f05eb42dc243a2a3bed;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Debug/QuickCheck/Batch.hs b/Debug/QuickCheck/Batch.hs index 66b0109..1b5cafa 100644 --- a/Debug/QuickCheck/Batch.hs +++ b/Debug/QuickCheck/Batch.hs @@ -88,6 +88,8 @@ module Debug.QuickCheck.Batch , bottom -- :: a {- _|_ -} ) where +import Prelude + import System.Random import Control.Concurrent import Control.Exception hiding (catch, evaluate)