packages feed

delivery-status-notification 0.2.0.0 → 0.2.0.2

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for delivery-status-notification +## 0.2.0.2 -- 2025-05-26++* dependency version updates+ ## 0.2.0.0 -- 2024-08-19  * added attoparsec status code parser
delivery-status-notification.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               delivery-status-notification-version:            0.2.0.0+version:            0.2.0.2 synopsis:           Parse bounce messages per RFC3464, RFC3463  description:@@ -22,7 +22,7 @@  source-repository head   type: git-  location: git://github.com/bmillwood/delivery-status-notification.git+  location: https://github.com/bmillwood/delivery-status-notification  common warnings     ghc-options: -Wall@@ -41,7 +41,7 @@     -- other-modules:     build-depends:       attoparsec ^>=0.14,-      base ^>=4.18,+      base >= 4.18 && < 4.22,       text >= 2.0 && < 2.2,     hs-source-dirs:   src @@ -56,5 +56,5 @@       StatusCode     build-depends:       attoparsec ^>=0.14,-      base ^>=4.18,+      base >= 4.18 && < 4.22,       delivery-status-notification,