mime-mail 0.4.8 → 0.4.8.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~blaze-builderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- mime-mail.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.4.8.1++* Bump blaze-builder upper bound [#39](https://github.com/snoyberg/mime-mail/pull/39)+ ## 0.4.8 * Add some `Eq` instances [#38](https://github.com/snoyberg/mime-mail/pull/38)
mime-mail.cabal view
@@ -1,5 +1,5 @@ Name: mime-mail-Version: 0.4.8+Version: 0.4.8.1 Synopsis: Compose MIME email messages. description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>. Homepage: http://github.com/snoyberg/mime-mail@@ -22,7 +22,7 @@ , base64-bytestring >= 0.1 , process >= 1.0 , random >= 1.0- , blaze-builder >= 0.2.1 && < 0.4+ , blaze-builder >= 0.2.1 && < 0.5 , bytestring >= 0.9.1 , text >= 0.7 , filepath >= 1.2