diff --git a/happstack-server-tls.cabal b/happstack-server-tls.cabal
--- a/happstack-server-tls.cabal
+++ b/happstack-server-tls.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-server-tls
-Version:             7.1.4
+Version:             7.1.5
 Synopsis:            extend happstack-server with https:// support (TLS/SSL)
 Description:         extend happstack-server with https:// support (TLS/SSL)
 Homepage:            http://www.happstack.com/
@@ -22,7 +22,7 @@
     Build-Depends:     base                  <  5,
                        bytestring            >= 0.9 && < 0.11,
                        extensible-exceptions == 0.1.*,
-                       happstack-server      >= 6.6.4 && < 7.4,
+                       happstack-server      >= 6.6.4 && < 7.5,
                        hslogger              >=  1.1 && < 1.3,
                        HsOpenSSL             >= 0.10 && < 0.12,
                        network               >= 2.3 && < 2.7,
@@ -32,8 +32,8 @@
     -- but they do need to be installed if you want to use GHCi or
     -- Template Haskell afterwards
     Extra-Libraries:   ssl
-    if !os(darwin)
-        Extra-Libraries: cryptopp
+--    if !os(darwin)
+--        Extra-Libraries: cryptopp
 
     if !os(windows)
        Build-Depends:  unix
