forked from pool/ghc-hsemail
Accepting request 710628 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/710628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hsemail?expand=0&rev=3
This commit is contained in:
commit
73ff853892
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 02:01:28 UTC 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:35 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hsemail
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name hsemail
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Parsec parsers for the RFC2822 Internet Message format
|
||||
License: BSD-3-Clause
|
||||
@ -28,11 +28,10 @@ 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-old-time-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-time-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-doctest-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
|
||||
@ -72,5 +71,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md README.md
|
||||
|
||||
%changelog
|
||||
|
3
hsemail-2.1.0.tar.gz
Normal file
3
hsemail-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a68bd02b568443a858f51e15d75db92368d6e0eae84bc008bd6168273f15ddd4
|
||||
size 23278
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5f08a879444abd1f9a8a3e620d7fc83bc632ae3ba9b545bebdf58d5f4bfa8d9
|
||||
size 23781
|
Loading…
Reference in New Issue
Block a user