From 534a71850a658de0faf31e9f747a5ed615bdc86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:26:30 +0000 Subject: [PATCH] chore(deps): update dependency base to v4.21 --- postgrest.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 092a98de82..818572ae2b 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -90,7 +90,7 @@ library PostgREST.Response.Performance PostgREST.Version other-modules: Paths_postgrest - build-depends: base >= 4.9 && < 4.20 + build-depends: base >=4.9 && <4.22 , HTTP >= 4000.3.7 && < 4000.5 , Ranged-sets >= 0.3 && < 0.5 , aeson >= 2.0.3 && < 2.3 @@ -176,7 +176,7 @@ executable postgrest NoImplicitPrelude hs-source-dirs: main main-is: Main.hs - build-depends: base >= 4.9 && < 4.20 + build-depends: base >=4.9 && <4.22 , containers >= 0.5.7 && < 0.7 , postgrest , protolude >= 0.3.1 && < 0.4 @@ -251,7 +251,7 @@ test-suite spec Feature.RollbackSpec Feature.RpcPreRequestGucsSpec SpecHelper - build-depends: base >= 4.9 && < 4.20 + build-depends: base >=4.9 && <4.22 , aeson >= 2.0.3 && < 2.3 , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 @@ -293,7 +293,7 @@ test-suite doctests NoImplicitPrelude hs-source-dirs: test/doc main-is: Main.hs - build-depends: base >= 4.9 && < 4.20 + build-depends: base >=4.9 && <4.22 , doctest >= 0.8 , postgrest , pretty-simple