From 734a97abf81d1ed7b1fb0a4a827b02c6d9a1f563 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 23 Jan 2021 07:54:09 +1300 Subject: [PATCH] Expand supported base versions. --- stylist.cabal | 4 ++-- xml-conduit-stylist/xml-conduit-stylist.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stylist.cabal b/stylist.cabal index 727cad1..fa43502 100644 --- a/stylist.cabal +++ b/stylist.cabal @@ -68,7 +68,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.9 && <=4.12, css-syntax >=0.1 && <0.2, text, + build-depends: base >=4.9 && <4.14, css-syntax >=0.1 && <0.2, text, unordered-containers >= 0.2 && <0.3, hashable, network-uri >= 2.6 && <2.7, async >= 2.1 && <2.3, regex-tdfa >= 1.3 @@ -87,7 +87,7 @@ test-suite test-stylist type: exitcode-stdio-1.0 main-is: Test.hs other-modules: Data.CSS.Syntax.StyleSheet, Data.CSS.Syntax.Selector, Data.CSS.Style - build-depends: base >=4.9 && <=4.12, css-syntax >=0.1 && <0.2, text, + build-depends: base >=4.9 && <4.14, css-syntax >=0.1 && <0.2, text, unordered-containers >= 0.2 && <0.3, hashable, network-uri >= 2.6 && <2.7, async >= 2.1 && <2.3, hspec, QuickCheck, scientific >= 0.3 && <1.0, regex-tdfa >= 1.3 diff --git a/xml-conduit-stylist/xml-conduit-stylist.cabal b/xml-conduit-stylist/xml-conduit-stylist.cabal index 95b7439..d922201 100644 --- a/xml-conduit-stylist/xml-conduit-stylist.cabal +++ b/xml-conduit-stylist/xml-conduit-stylist.cabal @@ -60,7 +60,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.9 && <4.10, + build-depends: base >=4.9 && <4.14, stylist >=2.4 && <3, css-syntax, unordered-containers, xml-conduit >=1.8 && < 1.9, text, containers, network-uri -- 2.30.2