packages feed

acid-state-tls 0.9.0 → 0.9.1

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

acid-state-tls.cabal view
@@ -1,5 +1,5 @@ Name:                acid-state-tls-Version:             0.9.0+Version:             0.9.1 Synopsis:            Add TLS support for Data.Acid.Remote Description:         Adds TLS support for connections to remote AcidState databases Homepage:            http://acid-state.seize.it/
src/Data/Acid/Remote/TLS.hs view
@@ -212,6 +212,7 @@                                          sClose sock                                          throwIO e                                )+#if !defined(mingw32_HOST_OS) && !defined(cygwin32_HOST_OS) && !defined(_WIN32) connectToTLS _hostName p@(UnixSocket path)   = do debugStrLn $ "connectToTLS: " ++ show p        sock <- socket AF_UNIX Stream 0@@ -226,4 +227,4 @@                                          sClose sock                                          throwIO e                                )-+#endif