diff --git a/macosx-make-standalone.cabal b/macosx-make-standalone.cabal
--- a/macosx-make-standalone.cabal
+++ b/macosx-make-standalone.cabal
@@ -1,7 +1,7 @@
 Name:                macosx-make-standalone
-Version:             0.1
+Version:             0.1.0.1
 Synopsis:            Make a macosx app standalone deployable
-Description:         Make a macosx app standalone by bundling all dylibs into it.
+Description:         Make a macosx app standalone by bundling all non-standard dylibs into it.
 License:             BSD3
 license-file:		 LICENSE
 Author:              Atze Dijkstra
@@ -24,17 +24,17 @@
   Extensions: ScopedTypeVariables, TemplateHaskell, DeriveDataTypeable
   Build-depends:
     base >= 4 && < 5,
-    data-lens >= 2 && < 3,
-    data-lens-template >= 2 && < 3,
-    mtl >= 2 && < 3,
-    containers >= 0.4 && < 0.5,
-    transformers >= 0.3 && < 0.4,
-    directory >= 1 && < 2,
-    filepath >= 1 && < 2,
-    process >= 1 && < 2,
-    unix >= 2 && < 3,
-    deepseq >= 1 && < 2,
-    graph-visit >= 0.1.0.1 && < 0.2
+    data-lens >= 2.10,
+    data-lens-template >= 2.1.7,
+    mtl >= 2,
+    containers >= 0.4,
+    transformers >= 0.3,
+    directory >= 1.2,
+    filepath >= 1.3,
+    process >= 1.1,
+    unix >= 2.6,
+    deepseq >= 1.3,
+    graph-visit >= 0.1.0.1
 
   Other-modules:
     Opts, State, LibDepGraph, Plan, Cmds
