diff --git a/dbmigrations.cabal b/dbmigrations.cabal
--- a/dbmigrations.cabal
+++ b/dbmigrations.cabal
@@ -1,5 +1,5 @@
 Name:                dbmigrations
-Version:             0.7
+Version:             0.8
 Synopsis:            An implementation of relational database "migrations"
 Description:         A library and program for the creation,
                      management, and installation of schema updates
@@ -44,18 +44,18 @@
 
   Build-Depends:
     base >= 4 && < 5,
-    HDBC >= 2.2.1 && < 2.4,
+    HDBC >= 2.2.1,
     time == 1.4.*,
     random >= 1.0 && < 1.1,
     containers >= 0.2 && < 0.6,
-    mtl == 2.1.*,
+    mtl >= 2.1 && < 3,
     filepath >= 1.1 && < 1.4,
     directory >= 1.0 && < 1.3,
-    fgl >= 5.4 && < 5.5,
+    fgl >= 5.4 && < 5.6,
     template-haskell,
     yaml-light >= 0.1 && < 0.2,
     bytestring >= 0.9 && < 1.0,
-    text == 0.11.*,
+    text >= 0.11 && < 1.2,
     configurator == 0.2.*
 
   Hs-Source-Dirs:    src
@@ -81,7 +81,7 @@
     HDBC-postgresql,
     HDBC-sqlite3,
     HUnit >= 1.2 && < 1.3,
-    process == 1.1.*
+    process >= 1.1
 
   if impl(ghc >= 6.12.0)
     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields
@@ -91,7 +91,7 @@
 
   if !flag(testing)
     Buildable:     False
-  end
+
   Hs-Source-Dirs:  src,test
   Main-is:         TestDriver.hs
 
