SHA256
1
0
forked from pool/ghc-free

Accepting request 759401 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/759401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-free?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2019-12-27 12:53:37 +00:00 committed by Git OBS Bridge
commit 31efd3e476
4 changed files with 19 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 27 03:01:05 UTC 2019 - psimons@suse.com
- Update free to version 5.1.3.
5.1.3 [2019.11.26]
------------------
* Allow building with `template-haskell-2.16` (GHC 8.10).
* Add `Eq{1,2}`, `Ord{1,2}`, `Read{1,2}`, and `Show{1,2}` instances for
`CofreeF`.
-------------------------------------------------------------------
Fri Nov 8 16:13:46 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Wed Aug 28 02:02:43 UTC 2019 - psimons@suse.com

View File

@ -18,11 +18,10 @@
%global pkg_name free
Name: ghc-%{pkg_name}
Version: 5.1.2
Version: 5.1.3
Release: 0
Summary: Monads for free
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
@ -60,7 +59,6 @@ following blog posts: <http://comonad.com/reader/2008/monads-for-free/>
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}