diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,18 @@
+0.3.1.4
+  * Relax dependency on lifted-base. Thanks to John Lato.
+
+0.3.1.3
+  * Fix repository type (github -> git).
+
+0.3.1.2
+  * Relax dependency on unix.
+
+0.3.1.1
+  * Relax dependency on transformers.
+
 0.3.1
   * Add lockFd and withFdLock, locking with a user-provided file
-	descriptor. Thanks to Eelis for this feature.
+    descriptor. Thanks to Eelis for this feature.
 
 0.3
   * Protect against exception in withLock using monad-control. Thanks
diff --git a/flock.cabal b/flock.cabal
--- a/flock.cabal
+++ b/flock.cabal
@@ -1,5 +1,5 @@
 Name:               flock
-Version:            0.3.1.3
+Version:            0.3.1.4
 License:            OtherLicense
 License-File:       COPYING
 Copyright:          Ian Lynagh, 2007
@@ -24,7 +24,7 @@
   Build-Depends:      base > 3 && < 5
                     , transformers >= 0.2 && < 0.4
                     , monad-control >= 0.3 && < 0.4
-                    , lifted-base >= 0.1 && < 0.2
+                    , lifted-base >= 0.1 && < 0.3
                     , unix >= 2.3 && < 2.7
   Exposed-modules:    System.Lock.FLock
   GHC-Options:        -Wall
