diff --git a/mega-sdist.cabal b/mega-sdist.cabal
--- a/mega-sdist.cabal
+++ b/mega-sdist.cabal
@@ -1,5 +1,5 @@
 Name:                mega-sdist
-Version:             0.1
+Version:             0.2
 Synopsis:            Handles uploading to Hackage from mega repos
 Description:         See README.md
 Homepage:            https://github.com/snoyberg/mega-sdist
@@ -14,10 +14,10 @@
 Executable mega-sdist
   Main-is:             mega-sdist.hs
   Build-depends:       base             >= 4              && < 5
-                     , shelly           >= 0.7            && < 0.8
-                     , conduit          >= 0.4            && < 0.5
-                     , zlib-conduit     >= 0.4            && < 0.5
-                     , http-conduit     >= 1.4            && < 1.5
+                     , shelly           >= 0.12           && < 0.13
+                     , conduit          >= 0.5            && < 0.6
+                     , zlib-conduit     >= 0.5            && < 0.6
+                     , http-conduit     >= 1.5            && < 1.6
                      , system-filepath  >= 0.4            && < 0.5
                      , system-fileio    >= 0.3            && < 0.4
                      , http-types
