diff --git a/Control/Monad/LazyRandom.hs b/Control/Monad/LazyRandom.hs
--- a/Control/Monad/LazyRandom.hs
+++ b/Control/Monad/LazyRandom.hs
@@ -40,10 +40,6 @@
   ( ap
   )
 
-import Control.Applicative
-  ( Applicative(..)
-  )
-
 --------------------------------------------------------------------------
 -- ** Based on quickcheck generator type
 
diff --git a/MonadRandomLazy.cabal b/MonadRandomLazy.cabal
--- a/MonadRandomLazy.cabal
+++ b/MonadRandomLazy.cabal
@@ -1,6 +1,6 @@
 Name:                MonadRandomLazy
 Build-type:          Simple
-Version:             0.1
+Version:             0.1.1
 Synopsis:            Lazy monad for psuedo random-number generation.
 Description:         Support for lazy computations which consume random values.
 License:             BSD3
@@ -8,6 +8,6 @@
 Category:            Control
 Author:              Norman Ramsey (following Koen Claessen)
 Maintainer:          Norman Ramsey <nr@cs.tufts.edu>
-Build-Depends:       base >=2 && < 5, mtl, random, MonadRandom
+Build-Depends:       base >=4.8.2.0 && < 5, mtl, random, MonadRandom
 Exposed-modules:     Control.Monad.LazyRandom
 
