diff options
author | Adrian Cochrane <adrian@openwork.nz> | 2021-03-06 20:18:57 +1300 |
---|---|---|
committer | Adrian Cochrane <adrian@openwork.nz> | 2021-03-06 20:18:57 +1300 |
commit | 81479f83c89a6510f1ede327beff25d6cd8e8ea0 (patch) | |
tree | 93680dd8f57a835fdcc08bd17bbb155e84568ff5 | |
parent | 734a97abf81d1ed7b1fb0a4a827b02c6d9a1f563 (diff) | |
download | haskell-stylist-main.tar.gz haskell-stylist-main.tar.bz2 haskell-stylist-main.zip |
-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 |