diff --git a/wai-eventsource.cabal b/wai-eventsource.cabal
--- a/wai-eventsource.cabal
+++ b/wai-eventsource.cabal
@@ -1,5 +1,5 @@
 Name:                wai-eventsource
-Version:             1.3.0.2
+Version:             1.3.0.3
 Synopsis:            WAI support for server-sent events
 Description:         WAI support for server-sent events
 License:             MIT
@@ -9,7 +9,7 @@
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >=1.8
-homepage:            http://www.yesodweb.com/book/wai
+homepage:            http://www.yesodweb.com/book/web-application-interface
 license-file:        LICENSE
 
 Library
@@ -17,7 +17,7 @@
       base                      >= 4.3 && < 5
     , bytestring                >= 0.9.1.4
     , blaze-builder             >= 0.3 && < 0.4
-    , conduit                   >= 0.5      && < 0.6
+    , conduit                   >= 0.5      && < 1.1
     , http-types                >= 0.7
     , wai                       >= 1.3      && < 1.4
     , warp                      >= 1.3      && < 1.4
