diff --git a/iteratee.cabal b/iteratee.cabal
--- a/iteratee.cabal
+++ b/iteratee.cabal
@@ -1,5 +1,5 @@
 name:          iteratee
-version:       0.5.0.0
+version:       0.6.0.1
 synopsis:      Iteratee-based I/O
 description:
   The Iteratee monad provides strict, safe, and functional I/O. In addition
@@ -10,7 +10,7 @@
 license:       BSD3
 license-file:  LICENSE
 homepage:      http://inmachina.net/~jwlato/haskell/iteratee
-tested-with:   GHC == 6.12.1
+tested-with:   GHC == 6.12.3
 stability:     experimental
 
 cabal-version: >= 1.6
@@ -55,7 +55,7 @@
       unix >= 2 && < 3
 
   build-depends:
-    ListLike                  >= 1.0     && < 2,
+    ListLike                  >= 1.0     && < 3,
     MonadCatchIO-transformers >  0.2     && < 0.3,
     bytestring                >= 0.9     && < 0.10,
     containers                >= 0.2     && < 0.5,
@@ -99,7 +99,6 @@
       test-framework             >= 0.3 && < 0.4,
       test-framework-quickcheck2 >= 0.2 && < 0.3
   else
-    executable: False
     buildable:  False
 
   if flag(splitBase)
