~alcinnz/haskell-stylist

c13962cae768d413c201afbda301ed78ea077078 — Adrian Cochrane 3 years ago c4b1f83
Release new version of XML-Conduit-Stylist to go with Haskell Stylist 2.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M xml-conduit-stylist/xml-conduit-stylist.cabal
M xml-conduit-stylist/xml-conduit-stylist.cabal => xml-conduit-stylist/xml-conduit-stylist.cabal +2 -2
@@ 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