~alcinnz/haskell-stylist

c89f1c660912dc2ecbafe1caa77be98b9e3cccfb — Adrian Cochrane 4 years ago f631afb
Add bounds to all dependencies.
2 files changed, 8 insertions(+), 4 deletions(-)

M stylist.cabal
M xml-conduit-stylist/xml-conduit-stylist.cabal
M stylist.cabal => stylist.cabal +6 -2
@@ 61,7 61,9 @@ library
  -- other-extensions:    
  
  -- Other library packages from which modules are imported.
  build-depends:       base >=4.9 && <4.10, css-syntax, text, unordered-containers, hashable, network-uri
  build-depends:       base >=4.9 && <4.10, css-syntax >=0.1 && <0.2, text,
                        unordered-containers >= 0.2 && <0.3, hashable,
                        network-uri >= 2.6 && <2.7
  
  -- Directories containing source files.
  hs-source-dirs:      src


@@ 77,5 79,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.10, css-syntax, text, unordered-containers, hashable, network-uri, hspec, QuickCheck
  build-depends:       base >=4.9 && <4.10, css-syntax >=0.1 && <0.2, text,
                        unordered-containers >= 0.2 && <0.3, hashable,
                        network-uri >= 2.6 && <2.7, hspec, QuickCheck
  ghc-options: -Wall

M xml-conduit-stylist/xml-conduit-stylist.cabal => xml-conduit-stylist/xml-conduit-stylist.cabal +2 -2
@@ 61,8 61,8 @@ library
  
  -- Other library packages from which modules are imported.
  build-depends:       base >=4.9 && <4.10,
                       stylist, css-syntax, unordered-containers,
                       xml-conduit, text, containers,
                       stylist >=1 && <2, css-syntax, unordered-containers,
                       xml-conduit >=1.8 && < 1.9, text, containers,
                       network-uri
  
  -- Directories containing source files.