diff --git a/graphql-spice.cabal b/graphql-spice.cabal index c761ae0..55a345c 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -34,7 +34,7 @@ library hs-source-dirs: src ghc-options: -Wall build-depends: - aeson >= 2.0.3 && < 2.3, + aeson >= 2.0.3 && < 2.4, base >= 4.15 && < 5, conduit ^>= 1.3.4, containers >= 0.6 && < 0.9, @@ -45,7 +45,7 @@ library scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, text >= 1.2 && < 3, - time >= 1.12.2 && < 1.16, + time >= 1.12.2 && < 1.17, transformers >= 0.5.6 && < 0.7, vector >= 0.12 && < 0.14, unordered-containers ^>= 0.2.16