diff --git a/happstack-server.cabal b/happstack-server.cabal
--- a/happstack-server.cabal
+++ b/happstack-server.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-server
-Version:             6.5.2
+Version:             6.5.3
 Synopsis:            Web related tools and services.
 Description:         Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html>
 License:             BSD3
@@ -28,7 +28,7 @@
     Default: False
 
 Flag https
-     Description: Compile server with out https:// support
+     Description: Compile server with https:// support
      Default: True
      Manual: True
 
@@ -48,7 +48,6 @@
                        Happstack.Server.Internal.Types
                        Happstack.Server.Internal.LowLevel
                        Happstack.Server.Internal.MessageWrap
---                       Happstack.Server.Internal.NoPush
                        Happstack.Server.Internal.TLS
                        Happstack.Server.Internal.TimeoutIO
                        Happstack.Server.Internal.TimeoutManager
@@ -149,7 +148,6 @@
   Main-Is: Test.hs
   GHC-Options: -threaded
   hs-source-dirs: tests, src
---  Other-modules: Happstack.Server.Internal.NoPush
   if flag(tests)
     Buildable: True
     Build-depends: HUnit, parsec < 4
