packages feed

mail-pool 2.2.2 → 2.2.3

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog mailpool +# Release 2.2.3 2020.12.03 ++ No I need to fix haskell net+ # Release 2.2.2 2020.12.03  + Maybe it works if we put the same base constraint on this package as haskell net? 
mail-pool.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 295673b3a2be140ea619e4506222f8a690770bd7b9569c6df38d83bed0c6fd10+-- hash: f2f85cd494ec1e2df7247b76c890d08c48435918d7d88f2bc0d928cd0f09596d  name:           mail-pool-version:        2.2.2+version:        2.2.3 synopsis:       Preconfigured email connection pool on top of smtp. description:    Email helper functions with some sane defaults such as a resource pool and cli support category:       Email@@ -41,7 +41,7 @@       HaskellNet >=0.5.1     , HaskellNet-SSL >=0.3.4.1     , aeson >=1.4-    , base >=4.7 && <4.14+    , base >=4.7 && <5     , microlens >=0.4.10     , mime-mail >=0.4.14     , network >=2.8.0.0@@ -62,7 +62,7 @@       HaskellNet >=0.5.1     , HaskellNet-SSL >=0.3.4.1     , aeson >=1.4-    , base >=4.7 && <4.14+    , base >=4.7 && <5     , mail-pool     , microlens >=0.4.10     , mime-mail >=0.4.14