packages feed

purebred-email 0.6.0.1 → 0.6.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

purebred-email.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                purebred-email-version:             0.6.0.1+version:             0.6.0.2 synopsis:            types and parser for email messages (including MIME) description:   The purebred email library.  RFC 5322, MIME, etc.@@ -37,7 +37,7 @@   test-vectors/*.eml   tests/golden/*.golden tested-with:-  GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1+  GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.7 || ==9.6.3 || ==9.8.1  homepage:            https://github.com/purebred-mua/purebred-email bug-reports:         https://github.com/purebred-mua/purebred-email/issues@@ -82,7 +82,7 @@   build-depends:     base >= 4.11 && < 5     , attoparsec >= 0.13 && < 0.15-    , bytestring >= 0.10 && < 0.12+    , bytestring >= 0.10 && < 0.13     , case-insensitive >= 1.2 && < 1.3     , lens >= 4 && < 6     , text >= 1.2