diff --git a/ghc-hsemail.changes b/ghc-hsemail.changes index c7ed6e5..9a906c7 100644 --- a/ghc-hsemail.changes +++ b/ghc-hsemail.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 27 02:02:51 UTC 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 02:01:28 UTC 2019 - psimons@suse.com diff --git a/ghc-hsemail.spec b/ghc-hsemail.spec index ec0572e..6ffd7fc 100644 --- a/ghc-hsemail.spec +++ b/ghc-hsemail.spec @@ -19,24 +19,24 @@ %global pkg_name hsemail %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.0 +Version: 2.2.0 Release: 0 -Summary: Parsec parsers for the RFC2822 Internet Message format +Summary: Parsec parsers for the Internet Message format (e-mail) License: BSD-3-Clause Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-mtl-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-time-compat-devel BuildRequires: ghc-time-devel %if %{with tests} BuildRequires: ghc-hspec-devel %endif %description -Parsec parsers for the Internet Message format defined in RFC 2821 and 2822. +Parsec parsers for the Internet Message format defined in RFC2822. %package devel Summary: Haskell %{pkg_name} library development files diff --git a/hsemail-2.1.0.tar.gz b/hsemail-2.1.0.tar.gz deleted file mode 100644 index 2b6e238..0000000 --- a/hsemail-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a68bd02b568443a858f51e15d75db92368d6e0eae84bc008bd6168273f15ddd4 -size 23278 diff --git a/hsemail-2.2.0.tar.gz b/hsemail-2.2.0.tar.gz new file mode 100644 index 0000000..bfde2e9 --- /dev/null +++ b/hsemail-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fdf2c678c6cee3ed7109e41f26d1543bffea95869daf0cb5fa656bb5b0e800 +size 19270