~alcinnz/haskell-stylist

3007f584f5b68bed5c885f9976ea595204efb3fb — Adrian Cochrane 3 years ago 734a97a
Expand permitted base versions.
2 files changed, 3 insertions(+), 3 deletions(-)

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

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