diff --git a/acid-state-tls.cabal b/acid-state-tls.cabal
--- a/acid-state-tls.cabal
+++ b/acid-state-tls.cabal
@@ -1,5 +1,5 @@
 Name:                acid-state-tls
-Version:             0.9.1
+Version:             0.9.2
 Synopsis:            Add TLS support for Data.Acid.Remote
 Description:         Adds TLS support for connections to remote AcidState databases
 Homepage:            http://acid-state.seize.it/
@@ -30,7 +30,7 @@
                        base       >= 4   && < 5,
                        directory            < 1.3,
                        HsOpenSSL            < 0.11,
-                       network              < 2.5,
+                       network              < 2.6,
                        safecopy   >= 0.6 && < 0.9
 
   GHC-Options:         -fwarn-unused-imports -fwarn-unused-binds
diff --git a/examples/RemoteClientTLS.hs b/examples/RemoteClientTLS.hs
--- a/examples/RemoteClientTLS.hs
+++ b/examples/RemoteClientTLS.hs
@@ -77,4 +77,4 @@
              do acid <- openRemoteStateTLS (sharedSecretPerform $ (pack "12345")) hostname (PortNumber $ fromIntegral $ read port)
                 commandLoop acid
 
-         _ -> putStrLn "Usage: RemoteClientTLS [<hostname> <port>"]
+         _ -> putStrLn "Usage: RemoteClientTLS [<hostname> <port>]"
