packages feed

strongswan-sql 1.2.1.0 → 1.2.2.0

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~failablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: failable

API changes (from Hackage documentation)

+ StrongSwan.SQL: lookupIPSecSettings :: (Failable m, MonadIO m) => Text -> Context -> m (Maybe IPSecSettings)

Files

src/StrongSwan/SQL.hs view
@@ -37,6 +37,7 @@ -- config etc and no attempt is made to reuse them amongst managed connections.                         writeIPSecSettings,                         findIPSecSettings,+                        lookupIPSecSettings,                         deleteIPSecSettings,                         addSecret,                         removeSecret,
strongswan-sql.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: cd5f9b6d39a470e19052b77e99316e5bbbf3309eed049403673cca5170192a8f+-- hash: f8b1dcf53f685958f34e7efb6fbb4777882c2ac6a753432528f03d0f5a0a115d  name:           strongswan-sql-version:        1.2.1.0+version:        1.2.2.0 synopsis:       Interface library for strongSwan SQL backend description:    Interface library and companion CLI tool to configure strongSwan IPsec over MySQL backend category:       Console, Library, Network APIs, SQL