Index: b/scotty.cabal
===================================================================
--- a/scotty.cabal
+++ b/scotty.cabal
@@ -1,5 +1,6 @@
 Name:                scotty
 Version:             0.22
+x-revision: 2
 Synopsis:            Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
 Homepage:            https://github.com/scotty-web/scotty
 Bug-reports:         https://github.com/scotty-web/scotty/issues
@@ -81,7 +82,7 @@ Library
                        http-types            >= 0.9.1    && < 0.13,
                        monad-control         >= 1.0.0.3  && < 1.1,
                        mtl                   >= 2.1.2    && < 2.4,
-                       network               >= 2.6.0.2  && < 3.2,
+                       network               >= 2.6.0.2 ,
                        regex-compat          >= 0.95.1   && < 0.96,
                        resourcet,
                        stm,
@@ -92,7 +93,7 @@ Library
                        unliftio >= 0.2,
                        wai                   >= 3.0.0    && < 3.3,
                        wai-extra             >= 3.1.14,
-                       warp                  >= 3.0.13   && < 3.4
+                       warp                  >= 3.0.13 
 
   if impl(ghc < 8.0)
     build-depends:     fail
