diff --git a/warp.cabal b/warp.cabal
--- a/warp.cabal
+++ b/warp.cabal
@@ -1,5 +1,5 @@
 Name:                warp
-Version:             1.3.3.1
+Version:             1.3.3.2
 Synopsis:            A fast, light-weight web server for WAI applications.
 License:             MIT
 License-file:        LICENSE
@@ -24,7 +24,7 @@
                    , conduit                   >= 0.5      && < 0.6
                    , ghc-prim
                    , http-types                >= 0.7      && < 0.8
-                   , lifted-base               >= 0.1      && < 0.2
+                   , lifted-base               >= 0.1
                    , network-conduit           >= 0.5      && < 0.7
                    , simple-sendfile           >= 0.2.7    && < 0.3
                    , transformers              >= 0.2.2    && < 0.4
@@ -71,8 +71,8 @@
                    , conduit                   >= 0.5      && < 0.6
                    , ghc-prim
                    , http-types                >= 0.7      && < 0.8
-                   , lifted-base               >= 0.1      && < 0.2
-                   , network-conduit           >= 0.5      && < 0.6
+                   , lifted-base               >= 0.1
+                   , network-conduit
                    , simple-sendfile           >= 0.2.4    && < 0.3
                    , transformers              >= 0.2.2    && < 0.4
                    , unix-compat               >= 0.2
