forked from pool/ghc-feed
Accepting request 934282 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/934282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-feed?expand=0&rev=8
This commit is contained in:
commit
fd3afc35ac
@ -1,6 +1,6 @@
|
|||||||
name: feed
|
name: feed
|
||||||
version: 1.3.2.0
|
version: 1.3.2.0
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
category: Text
|
category: Text
|
||||||
@ -78,7 +78,7 @@ library
|
|||||||
Data.Text.Util
|
Data.Text.Util
|
||||||
Data.XML.Compat
|
Data.XML.Compat
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4 && < 4.16
|
base >= 4 && < 4.17
|
||||||
, base-compat >= 0.9 && < 0.13
|
, base-compat >= 0.9 && < 0.13
|
||||||
, bytestring >= 0.9 && < 0.12
|
, bytestring >= 0.9 && < 0.12
|
||||||
, old-locale == 1.0.*
|
, old-locale == 1.0.*
|
||||||
@ -116,7 +116,7 @@ test-suite tests
|
|||||||
Text.RSS.Tests
|
Text.RSS.Tests
|
||||||
Text.RSS.Utils
|
Text.RSS.Utils
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.6 && < 4.16
|
base >= 4.6 && < 4.17
|
||||||
, base-compat >= 0.9 && < 0.13
|
, base-compat >= 0.9 && < 0.13
|
||||||
, HUnit >= 1.2 && < 1.7
|
, HUnit >= 1.2 && < 1.7
|
||||||
, feed
|
, feed
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 20 17:29:02 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update feed to version 1.3.2.0 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 5 17:53:06 UTC 2021 - psimons@suse.com
|
Sun Sep 5 17:53:06 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
|
|||||||
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/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-compat-devel
|
BuildRequires: ghc-base-compat-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user