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:
parent
0ebddb9658
commit
3f2785ad00
@ -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>
|
Sun May 22 09:54:16 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Pure-Haskell utilities for dealing with XML with the conduit pac
|
|||||||
License: MIT
|
License: MIT
|
||||||
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/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-Cabal-devel
|
||||||
BuildRequires: ghc-attoparsec-devel
|
BuildRequires: ghc-attoparsec-devel
|
||||||
BuildRequires: ghc-blaze-html-devel
|
BuildRequires: ghc-blaze-html-devel
|
||||||
|
@ -2,7 +2,7 @@ cabal-version: >= 1.14
|
|||||||
|
|
||||||
name: xml-conduit
|
name: xml-conduit
|
||||||
version: 1.9.1.1
|
version: 1.9.1.1
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
|
author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
|
||||||
@ -24,7 +24,7 @@ library
|
|||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, conduit >= 1.3 && < 1.4
|
, conduit >= 1.3 && < 1.4
|
||||||
, conduit-extra >= 1.3 && < 1.4
|
, conduit-extra >= 1.3 && < 1.4
|
||||||
, resourcet >= 1.2 && < 1.3
|
, resourcet >= 1.2 && < 1.4
|
||||||
, bytestring >= 0.10.2
|
, bytestring >= 0.10.2
|
||||||
, text >= 0.7
|
, text >= 0.7
|
||||||
, containers >= 0.2
|
, containers >= 0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user