mime-mail 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- mime-mail.cabal +2/−2
mime-mail.cabal view
@@ -1,5 +1,5 @@ Name: mime-mail-Version: 0.3.0.2+Version: 0.3.0.3 Synopsis: Compose MIME email messages. Description: This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP. Homepage: http://github.com/snoyberg/mime-mail@@ -18,7 +18,7 @@ Exposed-modules: Network.Mail.Mime Build-depends: base >= 4 && < 5 , dataenc >= 0.14 && < 0.15- , process >= 1.0 && < 1.1+ , process >= 1.0 && < 1.2 , random >= 1.0 && < 1.1 , blaze-builder >= 0.2.1 && < 0.4 , bytestring >= 0.9.1 && < 0.10