From 56dec686aaf47dab010343c2f5038c6aa3c0a864 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 6 Jun 2023 20:57:42 +0300 Subject: [PATCH] Raise more lower-bounds --- aeson.cabal | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/aeson.cabal b/aeson.cabal index 688c1128c..4fa4a7e41 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -108,8 +108,8 @@ library -- Compat build-depends: - generically >=0.1 && <0.2 - , time-compat >=1.9.6 && <1.10 + generically >=0.1 && <0.2 + , time-compat >=1.9.6 && <1.10 if !impl(ghc >=8.6) build-depends: contravariant >=1.4.1 && <1.6 @@ -122,15 +122,15 @@ library , hashable >=1.3.5.0 && <1.5 , indexed-traversable >=0.1.2 && <0.2 , OneTuple >=0.4.1.1 && <0.5 - , primitive >=0.7.3.0 && <0.9 - , QuickCheck >=2.14.2 && <2.15 + , primitive >=0.8.0.0 && <0.9 + , QuickCheck >=2.14.3 && <2.15 , scientific >=0.3.7.0 && <0.4 - , semialign >=1.2 && <1.4 - , strict >=0.4 && <0.6 - , tagged >=0.8.6 && <0.9 + , semialign >=1.3 && <1.4 + , strict >=0.5 && <0.6 + , tagged >=0.8.7 && <0.9 , text-short >=0.1.5 && <0.2 , th-abstraction >=0.5.0.0 && <0.6 - , these >=1.1.1.1 && <1.3 + , these >=1.2 && <1.3 , unordered-containers >=0.2.10.0 && <0.3 , uuid-types >=1.0.5 && <1.1 , vector >=0.12.0.1 && <0.14 @@ -139,8 +139,8 @@ library ghc-options: -Wall -- String unescaping - hs-source-dirs: src-pure - other-modules: Data.Aeson.Parser.UnescapePure + hs-source-dirs: src-pure + other-modules: Data.Aeson.Parser.UnescapePure if flag(ordered-keymap) cpp-options: -DUSE_ORDEREDMAP=1 @@ -181,25 +181,25 @@ test-suite aeson-tests , attoparsec , base , base-compat - , base-orphans >=0.5.3 && <0.10 + , base-orphans >=0.5.3 && <0.10 , base16-bytestring , bytestring , containers , data-fix - , Diff >=0.4 && <0.5 + , Diff >=0.4 && <0.5 , directory , dlist , filepath - , generic-deriving >=1.10 && <1.15 + , generic-deriving >=1.10 && <1.15 , generically , ghc-prim >=0.2 , hashable , indexed-traversable - , integer-logarithms >=1 && <1.1 + , integer-logarithms >=1 && <1.1 , OneTuple , primitive - , QuickCheck >=2.14.2 && <2.15 - , quickcheck-instances >=0.3.29 && <0.4 + , QuickCheck >=2.14.2 && <2.15 + , quickcheck-instances >=0.3.29 && <0.4 , scientific , strict , tagged