forked from pool/ghc-hsemail
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hsemail revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hsemail?expand=0&rev=9
This commit is contained in:
parent
dc9574227c
commit
9b0170c065
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a68bd02b568443a858f51e15d75db92368d6e0eae84bc008bd6168273f15ddd4
|
||||
size 23278
|
3
hsemail-2.2.0.tar.gz
Normal file
3
hsemail-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04fdf2c678c6cee3ed7109e41f26d1543bffea95869daf0cb5fa656bb5b0e800
|
||||
size 19270
|
Loading…
Reference in New Issue
Block a user