Accepting request 623775 from devel:languages:haskell

- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.

- Update free to version 5.1.
  5.1 [2018.07.03]
  ----------------
  * Generalize the type of `_Free`.
  * Allow building with `containers-0.6`.
  * Avoid incurring some dependencies when using recent GHCs.
  5.0.2 [2018.04.25]
  ------------------
  * Add `Generic` and `Generic1` instances where possible.

OBS-URL: https://build.opensuse.org/request/show/623775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-free?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-07-24 15:18:52 +00:00 committed by Git OBS Bridge
commit 248f553267
4 changed files with 24 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef05eb1c8e69742a4f962c573ef362e44ad48772940f1ef69fe39f0f77b2a396
size 66819

3
free-5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70424d5c82dea36a0a29c4f5f6bc047597a947ad46f3d66312e47bbee2eeea84
size 64549

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:25 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Fri Jul 13 14:32:09 UTC 2018 - psimons@suse.com
- Update free to version 5.1.
5.1 [2018.07.03]
----------------
* Generalize the type of `_Free`.
* Allow building with `containers-0.6`.
* Avoid incurring some dependencies when using recent GHCs.
5.0.2 [2018.04.25]
------------------
* Add `Generic` and `Generic1` instances where possible.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
@ -68,4 +88,3 @@ Thu Aug 6 19:27:49 UTC 2015 - mimi.vx@gmail.com
Sun Apr 26 17:48:04 UTC 2015 - mimi.vx@gmail.com
- initial commit

View File

@ -18,7 +18,7 @@
%global pkg_name free
Name: ghc-%{pkg_name}
Version: 5.0.2
Version: 5.1
Release: 0
Summary: Monads for free
License: BSD-3-Clause
@ -26,7 +26,6 @@ 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-bifunctors-devel
BuildRequires: ghc-comonad-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-distributive-devel
@ -35,10 +34,8 @@ BuildRequires: ghc-mtl-devel
BuildRequires: ghc-profunctors-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-semigroupoids-devel
BuildRequires: ghc-semigroups-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-transformers-base-devel
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
%description