imap 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- imap.cabal +2/−1
imap.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: imap-version: 0.2.0.1+version: 0.2.0.2 synopsis: An efficient IMAP client library, with SSL and streaming license: BSD3 license-file: LICENSE@@ -34,6 +34,7 @@ . > import Network.Connection > import Network.IMAP+ > import Network.IMAP.Types . > let tls = TLSSettingsSimple False False False > let params = ConnectionParams "imap.gmail.com" 993 (Just tls) Nothing