diff options
-rw-r--r-- | stylist.cabal | 4 | ||||
-rw-r--r-- | xml-conduit-stylist/xml-conduit-stylist.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/stylist.cabal b/stylist.cabal index fa43502..f465bf9 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.14, css-syntax >=0.1 && <0.2, text, + build-depends: base >=4.9 && <5, 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.14, css-syntax >=0.1 && <0.2, text, + build-depends: base >=4.9 && <5, 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 d922201..759a2d8 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.14, + build-depends: base >=4.9 && <5, stylist >=2.4 && <3, css-syntax, unordered-containers, xml-conduit >=1.8 && < 1.9, text, containers, network-uri |