diff --git a/unix-process-conduit.cabal b/unix-process-conduit.cabal
--- a/unix-process-conduit.cabal
+++ b/unix-process-conduit.cabal
@@ -2,7 +2,7 @@
 --  documentation, see http://haskell.org/cabal/users-guide/
 
 name:                unix-process-conduit
-version:             0.2.0
+version:             0.2.0.1
 synopsis:            Run processes on Unix systems, with a conduit interface
 description:         This library allows you to provide @conduit@ datatypes for the input and output streams. Note that you must compile your programs with @-threaded@.
 homepage:            https://github.com/snoyberg/conduit
@@ -19,7 +19,7 @@
   build-depends:       base              >= 4         && < 5
                      , transformers
                      , bytestring
-                     , conduit           >= 0.5       && < 0.6
+                     , conduit           >= 0.5       && < 1.1
                      , unix              >= 2.5
                      , process           >= 1.1
 
