diff --git a/make-package.cabal b/make-package.cabal
--- a/make-package.cabal
+++ b/make-package.cabal
@@ -1,5 +1,5 @@
 name:                make-package
-version:             1.0.0
+version:             1.0.0.1
 synopsis:            Make a cabalized package
 description:         Create a cabalized haskell project
 license:             BSD3
@@ -28,17 +28,17 @@
                    , IO
                    , Options
   build-depends:     base >= 4 && < 5,
-                     async,
-                     bytestring,
-                     configurator,
-                     containers,
-                     directory,
-                     filepath,
-                     github,
-                     haskeline,
-                     mtl,
-                     process,
-                     text,
-                     time,
-                     time-lens
+                     async >= 2.0,
+                     bytestring >= 0.10,
+                     configurator >= 0.2,
+                     containers >= 0.5,
+                     directory >= 1.2,
+                     filepath >= 1.3,
+                     github >= 0.7,
+                     haskeline >= 0.7,
+                     mtl >= 2.1,
+                     process >= 1.1,
+                     text >= 0.10,
+                     time >= 1.4,
+                     time-lens >= 0.3
   ghc-options:        -Wall
