From c13962cae768d413c201afbda301ed78ea077078 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 31 Dec 2020 17:48:41 +1300 Subject: [PATCH] Release new version of XML-Conduit-Stylist to go with Haskell Stylist 2.4. --- xml-conduit-stylist/xml-conduit-stylist.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml-conduit-stylist/xml-conduit-stylist.cabal b/xml-conduit-stylist/xml-conduit-stylist.cabal index 6ccab4c..95b7439 100644 --- a/xml-conduit-stylist/xml-conduit-stylist.cabal +++ b/xml-conduit-stylist/xml-conduit-stylist.cabal @@ -10,7 +10,7 @@ name: xml-conduit-stylist -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 2.2.0.0 +version: 2.3.0.0 -- A short (one-line) description of the package. synopsis: Bridge between xml-conduit/html-conduit and stylist @@ -61,7 +61,7 @@ library -- Other library packages from which modules are imported. build-depends: base >=4.9 && <4.10, - stylist >=2.2 && <3, css-syntax, unordered-containers, + stylist >=2.4 && <3, css-syntax, unordered-containers, xml-conduit >=1.8 && < 1.9, text, containers, network-uri -- 2.30.2