diff --git a/servant-server.cabal b/servant-server.cabal
--- a/servant-server.cabal
+++ b/servant-server.cabal
@@ -1,5 +1,5 @@
 name:                servant-server
-version:             0.4.3.1
+version:             0.4.4
 synopsis:            A family of combinators for defining webservices APIs and serving them
 description:
   A family of combinators for defining webservices APIs and serving them
@@ -59,7 +59,8 @@
       , transformers       >= 0.3  && < 0.5
       , wai                >= 3.0  && < 3.1
       , wai-app-static     >= 3.0  && < 3.2
-      , warp               >= 3.0  && < 3.1
+      , warp               >= 3.0  && < 3.2
+
   hs-source-dirs: src
   default-language: Haskell2010
   ghc-options: -Wall
