forked from pool/ghc-feed
osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-feed revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=34
This commit is contained in:
parent
5c5db8dad4
commit
7da44fb2db
@ -1,6 +1,6 @@
|
||||
name: feed
|
||||
version: 1.3.2.1
|
||||
x-revision: 3
|
||||
x-revision: 4
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
category: Text
|
||||
@ -84,7 +84,7 @@ library
|
||||
Data.XML.Compat
|
||||
build-depends:
|
||||
base >= 4 && < 4.20
|
||||
, base-compat >= 0.9 && < 0.13
|
||||
, base-compat >= 0.9 && < 0.14
|
||||
, bytestring >= 0.9 && < 0.13
|
||||
, old-locale == 1.0.*
|
||||
, old-time >= 1 && < 1.2
|
||||
@ -122,7 +122,7 @@ test-suite tests
|
||||
Text.RSS.Utils
|
||||
build-depends:
|
||||
base >= 4.6 && < 4.20
|
||||
, base-compat >= 0.9 && < 0.13
|
||||
, base-compat >= 0.9 && < 0.14
|
||||
, HUnit >= 1.2 && < 1.7
|
||||
, feed
|
||||
, old-time >= 1 && < 1.2
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 19:34:31 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update feed to version 1.3.2.1 revision 4.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 13:55:23 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@ Summary: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-compat-devel
|
||||
BuildRequires: ghc-base-compat-prof
|
||||
|
Loading…
Reference in New Issue
Block a user