Updating link to change in openSUSE:Factory/ghc-xml-conduit revision 10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=3d5088d9cce545b4858adb43f4262ec3
This commit is contained in:
OBS User buildservice-autocommit 2023-01-18 12:11:00 +00:00 committed by Git OBS Bridge
parent 0ebddb9658
commit 3f2785ad00
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 30 14:50:43 UTC 2022 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun May 22 09:54:16 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Pure-Haskell utilities for dealing with XML with the conduit pac
License: MIT
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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-blaze-html-devel

View File

@ -2,7 +2,7 @@ cabal-version: >= 1.14
name: xml-conduit
version: 1.9.1.1
x-revision: 1
x-revision: 2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
@ -24,7 +24,7 @@ library
build-depends: base >= 4 && < 5
, conduit >= 1.3 && < 1.4
, conduit-extra >= 1.3 && < 1.4
, resourcet >= 1.2 && < 1.3
, resourcet >= 1.2 && < 1.4
, bytestring >= 0.10.2
, text >= 0.7
, containers >= 0.2