osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-free revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-free?expand=0&rev=55
This commit is contained in:
parent
a88d1a22f0
commit
84241c3bfc
@ -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 Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- force i686 arch on i586
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Oct 6 08:56:01 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global pkg_name free
|
%global pkg_name free
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 5.1.4
|
Version: 5.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Monads for free
|
Summary: Monads for free
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,6 +29,7 @@ BuildRequires: ghc-comonad-devel
|
|||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-distributive-devel
|
BuildRequires: ghc-distributive-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
|
BuildRequires: ghc-indexed-traversable-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-profunctors-devel
|
BuildRequires: ghc-profunctors-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -37,6 +38,12 @@ BuildRequires: ghc-template-haskell-devel
|
|||||||
BuildRequires: ghc-th-abstraction-devel
|
BuildRequires: ghc-th-abstraction-devel
|
||||||
BuildRequires: ghc-transformers-base-devel
|
BuildRequires: ghc-transformers-base-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
|
# GHC dont support i586
|
||||||
|
%ifarch %{ix86}
|
||||||
|
ExclusiveArch: i586 i686
|
||||||
|
ExclusiveArch: i686
|
||||||
|
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Free monads are useful for many tree-like structures and domain specific
|
Free monads are useful for many tree-like structures and domain specific
|
||||||
|
Loading…
x
Reference in New Issue
Block a user