mime-mail-ses 0.0.0.1 → 0.0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~http-enumeratorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-enumerator
API changes (from Hackage documentation)
Files
- mime-mail-ses.cabal +2/−2
mime-mail-ses.cabal view
@@ -1,5 +1,5 @@ Name: mime-mail-ses-Version: 0.0.0.1+Version: 0.0.0.2 Synopsis: Send mime-mail messages via Amazon SES Homepage: http://github.com/snoyberg/mime-mail-ses License: BSD3@@ -20,6 +20,6 @@ , bytestring >= 0.9 && < 0.10 , time >= 1.1 && < 1.4 , old-locale- , http-enumerator >= 0.6 && < 0.7+ , http-enumerator >= 0.6 && < 0.8 , mime-mail >= 0.3 && < 0.4 ghc-options: -Wall