forked from pool/ghc-free
Accepting request 857364 from devel:languages:haskell
update haskell stack in openSUS OBS-URL: https://build.opensuse.org/request/show/857364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-free?expand=0&rev=16
This commit is contained in:
commit
c710ba5de4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c5f8b0bfbebc80ce77c24c07f8a9300a333a0589e9f5e54e79730e2ee0e2d5a
|
||||
size 63469
|
3
free-5.1.5.tar.gz
Normal file
3
free-5.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:865b534c03d665fb6664efa912b49732171a6e2d66782b70b226fb38628df666
|
||||
size 63753
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 17:14:45 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update free to version 5.1.5.
|
||||
5.1.5 [2020.12.16]
|
||||
------------------
|
||||
* Move `indexed-traversable` (`FunctorWithIndex` etc) instances from `lens`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 08:56:01 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name free
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 5.1.4
|
||||
Version: 5.1.5
|
||||
Release: 0
|
||||
Summary: Monads for free
|
||||
License: BSD-3-Clause
|
||||
@ -29,6 +29,7 @@ BuildRequires: ghc-comonad-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-distributive-devel
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-indexed-traversable-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-profunctors-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -37,6 +38,7 @@ BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-th-abstraction-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
Free monads are useful for many tree-like structures and domain specific
|
||||
|
Loading…
x
Reference in New Issue
Block a user