osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-free revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-free?expand=0&rev=80
This commit is contained in:
parent
4b2e32a7fd
commit
dd1fb2f5c0
@ -1,7 +1,7 @@
|
|||||||
name: free
|
name: free
|
||||||
category: Control, Monads
|
category: Control, Monads
|
||||||
version: 5.2
|
version: 5.2
|
||||||
x-revision: 4
|
x-revision: 5
|
||||||
license: BSD3
|
license: BSD3
|
||||||
cabal-version: 1.18
|
cabal-version: 1.18
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -88,7 +88,7 @@ library
|
|||||||
th-abstraction >= 0.4.2.0 && < 0.8,
|
th-abstraction >= 0.4.2.0 && < 0.8,
|
||||||
transformers >= 0.5 && < 0.7,
|
transformers >= 0.5 && < 0.7,
|
||||||
transformers-base >= 0.4.5.2 && < 0.5,
|
transformers-base >= 0.4.5.2 && < 0.5,
|
||||||
template-haskell >= 2.11 && < 2.22
|
template-haskell >= 2.11 && < 2.23
|
||||||
|
|
||||||
if !impl(ghc >= 8.2)
|
if !impl(ghc >= 8.2)
|
||||||
build-depends: bifunctor-classes-compat >= 0.1 && < 0.2
|
build-depends: bifunctor-classes-compat >= 0.1 && < 0.2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 11:05:55 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update free to version 5.2 revision 5.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 15:54:42 UTC 2024 - Peter Simons <psimons@suse.com>
|
Sun Mar 17 15:54:42 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Monads for free
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user