Package Release Info

ghc-hsemail-2.2.0-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-hsemail
ghc-hsemail-devel

Change Logs

Version: 2.2.0-bp152.1.12
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Thu Jun 27 2019 psimons@suse.com
- Update hsemail to version 2.2.0.
  [#]# v2.2.0
  * Drop the `parsec2read` function. `Read` is not supposed to be defined
    manually, really. It's supposed to be a dual to the derived `Show` instance.
  * Drop the Rfc2821 module. This code is not generic enough to be useful,
    really. I use it in [Postmaster](http://hackage.haskell.org/package/postmaster),
    and there it will live henceforth.
  * `caseString` no longer returns a string; it just returns `()`.
  * Make use of `DayOfWeek` type from new `time` library.
  * Drop the obsolete dependency on `mtl`.
* Tue Jun 11 2019 psimons@suse.com
- Update hsemail to version 2.1.0.
  * Re-write code to use the modern `time` library rather than `old-time`.
  * rfc2821: drop the entire smtp FSM stuff
  * hsemail.cabal: drop unnecessary build-depends
  * Drop support for GHC versions prior to 7.10.x.
Version: 2-bp151.3.9
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Fri Jul 20 2018 psimons@suse.com
- Add hsemail at version 2.
Version: 2-bp150.2.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu May 18 2017 psimons@suse.com
- Update to version 2 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.7.7 revision 0 with cabal2obs.