Skip to content

Commit

Permalink
chore(deps): update dependency base to v4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent ce27425 commit 534a718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postgrest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 534a718

Please sign in to comment.