@@ 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
@@ 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