diff --git a/HDBC-sqlite3.cabal b/HDBC-sqlite3.cabal
--- a/HDBC-sqlite3.cabal
+++ b/HDBC-sqlite3.cabal
@@ -1,9 +1,9 @@
 Name: HDBC-sqlite3
-Version: 2.2.0.0
+Version: 2.3.0.0
 License: LGPL
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Author: John Goerzen
-Copyright: Copyright (c) 2005-2009 John Goerzen
+Copyright: Copyright (c) 2005-2010 John Goerzen
 license-file: COPYRIGHT
 extra-source-files: COPYING, hdbc-sqlite3-helper.h, Makefile
 homepage: http://software.complete.org/hdbc-sqlite3
@@ -21,10 +21,7 @@
   default: False
 
 Library
-  Build-Depends: base>=3 && < 5, bytestring, mtl, HDBC>=2.2.0, utf8-string
-
-  if impl(ghc >= 6.9)
-    Build-Depends: base >= 4 && < 5
+  Build-Depends: base>=4 && < 5, bytestring, mtl, HDBC>=2.2.0, utf8-string
 
   C-Sources: hdbc-sqlite3-helper.c
   include-dirs: .
