Skip to content

Commit d761d41

Browse files
chore(deps): update ghc dependencies
1 parent c9a625c commit d761d41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

postgrest.cabal

+7-7
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ library
9292
PostgREST.Response.Performance
9393
PostgREST.Version
9494
other-modules: Paths_postgrest
95-
build-depends: base >= 4.9 && < 4.20
95+
build-depends: base >=4.9 && <4.22
9696
, HTTP >= 4000.3.7 && < 4000.5
9797
, Ranged-sets >= 0.3 && < 0.5
9898
, aeson >= 2.0.3 && < 2.3
@@ -104,7 +104,7 @@ library
104104
, cassava >= 0.4.5 && < 0.6
105105
, clock >= 0.8.3 && < 0.9.0
106106
, configurator-pg >= 0.2 && < 0.3
107-
, containers >= 0.5.7 && < 0.7
107+
, containers >=0.5.7 && <0.9
108108
, cookie >= 0.4.2 && < 0.5
109109
, directory >= 1.2.6 && < 1.4
110110
, either >= 4.4.1 && < 5.1
@@ -178,8 +178,8 @@ executable postgrest
178178
NoImplicitPrelude
179179
hs-source-dirs: main
180180
main-is: Main.hs
181-
build-depends: base >= 4.9 && < 4.20
182-
, containers >= 0.5.7 && < 0.7
181+
build-depends: base >=4.9 && <4.22
182+
, containers >=0.5.7 && <0.9
183183
, postgrest
184184
, protolude >= 0.3.1 && < 0.4
185185
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
@@ -252,14 +252,14 @@ test-suite spec
252252
Feature.RollbackSpec
253253
Feature.RpcPreRequestGucsSpec
254254
SpecHelper
255-
build-depends: base >= 4.9 && < 4.20
255+
build-depends: base >=4.9 && <4.22
256256
, aeson >= 2.0.3 && < 2.3
257257
, aeson-qq >= 0.8.1 && < 0.9
258258
, async >= 2.1.1 && < 2.3
259259
, base64-bytestring >= 1 && < 1.3
260260
, bytestring >= 0.10.8 && < 0.13
261261
, case-insensitive >= 1.2 && < 1.3
262-
, containers >= 0.5.7 && < 0.7
262+
, containers >=0.5.7 && <0.9
263263
, hasql-pool >= 1.0.1 && < 1.1
264264
, hasql-transaction >= 1.0.1 && < 1.1
265265
, heredoc >= 0.2 && < 0.3
@@ -293,7 +293,7 @@ test-suite doctests
293293
NoImplicitPrelude
294294
hs-source-dirs: test/doc
295295
main-is: Main.hs
296-
build-depends: base >= 4.9 && < 4.20
296+
build-depends: base >=4.9 && <4.22
297297
, doctest >= 0.8
298298
, postgrest
299299
, pretty-simple

0 commit comments

Comments
 (0)