diff --git a/cabal-sort.cabal b/cabal-sort.cabal
--- a/cabal-sort.cabal
+++ b/cabal-sort.cabal
@@ -1,5 +1,5 @@
 Name:             cabal-sort
-Version:          0.0.5
+Version:          0.0.5.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -87,14 +87,14 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/cabal-sort/
-  tag:      0.0.5
+  tag:      0.0.5.1
 
 
 Executable cabal-sort
   Build-Depends:
-    Cabal >=1.6 && <1.15,
+    Cabal >=1.6 && <1.17,
     fgl >=5.4.2 && <5.5,
-    directory >=1 && <1.2,
+    directory >=1 && <1.3,
     filepath >=1.1 && <1.4,
     containers >=0.2 && <0.6,
     explicit-exception >=0.1.4 && <0.2,
@@ -107,7 +107,7 @@
 
 Executable ghc-pkg-dep
   Build-Depends:
-    Cabal >=1.6 && <1.15,
+    Cabal >=1.6 && <1.17,
     process >=1.0 && <1.2,
     containers >=0.2 && <0.6,
     explicit-exception >=0.1.6 && <0.2,
