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.2
+Version:          0.0.2.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -62,16 +62,16 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/cabal-sort/
-  tag:      0.0.1.1
+  tag:      0.0.2.1
 
 
 Executable cabal-sort
   Build-Depends:
-    Cabal >=1.6 && <1.10,
+    Cabal >=1.6 && <1.11,
     fgl >=5.4.2 && <5.5,
-    directory >=1 && <1.1,
-    filepath >=1.1 && <1.2,
-    containers >=0.2 && <0.4,
+    directory >=1 && <1.2,
+    filepath >=1.1 && <1.3,
+    containers >=0.2 && <0.5,
     explicit-exception >=0.1.4 && <0.2,
     transformers >=0.2 && <0.3,
     base >=2 && <5
@@ -82,9 +82,9 @@
 
 Executable ghc-pkg-dep
   Build-Depends:
-    Cabal >=1.6 && <1.10,
+    Cabal >=1.6 && <1.11,
     process >=1.0 && <1.1,
-    containers >=0.2 && <0.4,
+    containers >=0.2 && <0.5,
     explicit-exception >=0.1.4 && <0.2,
     transformers >=0.2 && <0.3,
     bytestring >=0.9.1 && <0.10,
