Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRetryPolicy :: RetryPolicy -> RetrySettings -> RetrySettingscql-io Database.CQL.IO Set the RetryPolicy to apply on retryable exceptions, which determines the number and distribution of retries over time, i.e. how retries are performed. Configuring a retry policy does not specify what errors should actually be retried. See setRetryHandlers.
setRetrySettings :: RetrySettings -> Settings -> Settingscql-io Database.CQL.IO Set the retry settings to use.
setSSLContext :: SSLContext -> Settings -> Settingscql-io Database.CQL.IO Set a fully configured SSL context. This will make client server queries use TLS.
setSendTimeout :: NominalDiffTime -> Settings -> Settingscql-io Database.CQL.IO Set the send timeout of a connection. Requests exceeding the send timeout will cause the connection to be closed and fail with a ConnectionClosed exception.
setSerialConsistency :: SerialConsistency -> BatchM ()cql-io Database.CQL.IO Set Batch serial consistency.
setType :: BatchType -> BatchM ()cql-io Database.CQL.IO Set the type of this batch.
setup :: Policy -> [Host] -> [Host] -> IO ()cql-io Database.CQL.IO Initialise the policy with two sets of hosts. The first parameter are hosts known to be available, the second are other nodes. Note that a policy may be re-initialised at any point through this function.
setters :: Logistic t => t ((a -> a) -> t a -> t a)data-functor-logistic Data.Functor.Logistic No documentation available.
setupCmd :: String -> [String] -> Trace ()debian-build Debian.Package.Build Call cabal library defaultMain like Setup.hs
setupCmd :: String -> [String] -> Trace ()debian-build Debian.Package.Build.Cabal Call cabal library defaultMain like Setup.hs