diff --git a/ghc-xml-conduit.changes b/ghc-xml-conduit.changes index 8449c4e..3dbf738 100644 --- a/ghc-xml-conduit.changes +++ b/ghc-xml-conduit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 30 14:50:43 UTC 2022 - Peter Simons + +- 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 diff --git a/ghc-xml-conduit.spec b/ghc-xml-conduit.spec index 2d91036..84a2927 100644 --- a/ghc-xml-conduit.spec +++ b/ghc-xml-conduit.spec @@ -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 diff --git a/xml-conduit.cabal b/xml-conduit.cabal index 89b779a..32a47a2 100644 --- a/xml-conduit.cabal +++ b/xml-conduit.cabal @@ -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 , Aristid Breitkreuz @@ -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