packages feed

acid-state-tls 0.9.1 → 0.9.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~network

Dependency ranges changed: network

Files

acid-state-tls.cabal view
@@ -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
examples/RemoteClientTLS.hs view
@@ -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>]"