diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+# 0.2.2
+* Loosen deps
 # 0.2.1
 * Fix bug where changeSequence would drop the head of the list.
 # 0.2
diff --git a/drifter.cabal b/drifter.cabal
--- a/drifter.cabal
+++ b/drifter.cabal
@@ -1,8 +1,11 @@
 name:                drifter
-version:             0.2.1
+version:             0.2.2
 synopsis:            Simple schema management for arbitrary databases.
 description:         Simple support for migrating database schemas, which allows
-                     haskell functions to be run as a part of the migration.
+                     haskell functions to be run as a part of the migration. Note
+                     that this library isn't meant to be used directly, but rather
+                     as a base library for a specific driver. For an example of a
+                     functioning driver, you shold check out <https://hackage.haskell.org/package/drifter-postgresql drifter-postgresql>.
 license:             MIT
 license-file:        LICENSE
 author:              AndrewRademacher
@@ -30,7 +33,7 @@
     hs-source-dirs:     src
     default-language:   Haskell2010
 
-    build-depends:      base                >=4.5   && <4.9
+    build-depends:      base                >=4.5   && <5
                     ,   fgl                 >=5.5   && <5.6
                     ,   containers          >=0.5   && <0.6
                     ,   text                >=0.11   && <1.3
