diff --git a/wai-handler-launch.cabal b/wai-handler-launch.cabal
--- a/wai-handler-launch.cabal
+++ b/wai-handler-launch.cabal
@@ -1,5 +1,5 @@
 Name:                wai-handler-launch
-Version:             1.1.0
+Version:             1.1.0.1
 Synopsis:            Launch a web app in the default browser.
 Description:         This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down.
 License:             BSD3
@@ -19,9 +19,9 @@
                    , transformers            >= 0.2.2   && < 0.3
                    , bytestring              >= 0.9.1.4 && < 0.10
                    , blaze-builder           >= 0.2.1.4 && < 0.4
-                   , conduit                 >= 0.2
-                   , blaze-builder-conduit   >= 0.2
-                   , zlib-conduit            >= 0.2
+                   , conduit                 >= 0.2     && < 0.3
+                   , blaze-builder-conduit   >= 0.2     && < 0.3
+                   , zlib-conduit            >= 0.2     && < 0.3
 
     if os(windows)
         c-sources: windows.c
