diff --git a/pipes-async.cabal b/pipes-async.cabal
--- a/pipes-async.cabal
+++ b/pipes-async.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                pipes-async
-version:             0.1.2
+version:             0.1.3
 synopsis:            A higher-level interface to using concurrency with pipes
 description:         Provides combinators like '>&>' for easily adding concurrency.
 homepage:            https://github.com/jwiegley/pipes-async
@@ -27,7 +27,7 @@
     , TypeFamilies
   build-depends:  
       base              >=4.8   && <5
-    , lifted-async      >=0.7   && <0.10
+    , lifted-async      >=0.7   && <1.0
     , lifted-base       >=0.2   && <0.3
     , stm               >=2.4   && <2.5
     , monad-control     >=1.0   && <1.1
@@ -44,7 +44,7 @@
   ghc-options: -threaded -with-rtsopts "-N2" -Wall
   build-depends:
       base              >=4.8   && <5
-    , lifted-async      >=0.7   && <0.10
+    , lifted-async      >=0.7   && <1.0
     , lifted-base       >=0.2   && <0.3
     , stm               >=2.4   && <2.5
     , monad-control     >=1.0   && <1.1
