diff --git a/stack-run.cabal b/stack-run.cabal
--- a/stack-run.cabal
+++ b/stack-run.cabal
@@ -1,5 +1,5 @@
 name:                stack-run
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            An equivalent to cabal run for stack.
 description:         Finds the project root, compiles your code and runs the
                      first or set default executable. It's a shorthand for
@@ -22,11 +22,11 @@
   main-is:             Main.hs
   build-depends:       Cabal
                      , MissingH
-                     , ansi-terminal >= 0.6.2.3
+                     , ansi-terminal >= 0.6
                      , base >=4 && <5
-                     , bytestring >= 0.10.6.0
-                     , conduit
-                     , conduit-extra
+                     , bytestring >= 0.10
+                     , conduit > 1.1 && < 1.3
+                     , conduit-extra >= 1.1 && < 1.2
                      , directory
                      , filepath
                      , projectroot >= 0.2
