@@ -92,7 +92,7 @@ library
92
92
PostgREST.Response.Performance
93
93
PostgREST.Version
94
94
other-modules : Paths_postgrest
95
- build-depends : base >= 4.9 && < 4.20
95
+ build-depends : base >= 4.9 && < 4.22
96
96
, HTTP >= 4000.3.7 && < 4000.5
97
97
, Ranged-sets >= 0.3 && < 0.5
98
98
, aeson >= 2.0.3 && < 2.3
@@ -104,7 +104,7 @@ library
104
104
, cassava >= 0.4.5 && < 0.6
105
105
, clock >= 0.8.3 && < 0.9.0
106
106
, configurator-pg >= 0.2 && < 0.3
107
- , containers >= 0.5.7 && < 0.7
107
+ , containers >= 0.5.7 && < 0.9
108
108
, cookie >= 0.4.2 && < 0.5
109
109
, directory >= 1.2.6 && < 1.4
110
110
, either >= 4.4.1 && < 5.1
@@ -178,8 +178,8 @@ executable postgrest
178
178
NoImplicitPrelude
179
179
hs-source-dirs : main
180
180
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
183
183
, postgrest
184
184
, protolude >= 0.3.1 && < 0.4
185
185
ghc-options : -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
@@ -252,14 +252,14 @@ test-suite spec
252
252
Feature.RollbackSpec
253
253
Feature.RpcPreRequestGucsSpec
254
254
SpecHelper
255
- build-depends : base >= 4.9 && < 4.20
255
+ build-depends : base >= 4.9 && < 4.22
256
256
, aeson >= 2.0.3 && < 2.3
257
257
, aeson-qq >= 0.8.1 && < 0.9
258
258
, async >= 2.1.1 && < 2.3
259
259
, base64-bytestring >= 1 && < 1.3
260
260
, bytestring >= 0.10.8 && < 0.13
261
261
, case-insensitive >= 1.2 && < 1.3
262
- , containers >= 0.5.7 && < 0.7
262
+ , containers >= 0.5.7 && < 0.9
263
263
, hasql-pool >= 1.0.1 && < 1.1
264
264
, hasql-transaction >= 1.0.1 && < 1.1
265
265
, heredoc >= 0.2 && < 0.3
@@ -293,7 +293,7 @@ test-suite doctests
293
293
NoImplicitPrelude
294
294
hs-source-dirs : test/doc
295
295
main-is : Main.hs
296
- build-depends : base >= 4.9 && < 4.20
296
+ build-depends : base >= 4.9 && < 4.22
297
297
, doctest >= 0.8
298
298
, postgrest
299
299
, pretty-simple
0 commit comments