Skip to content

Commit a6e5baf

Browse files
committed
add: GHC 9.10
1 parent d10c779 commit a6e5baf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

postgrest.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ library
9797
PostgREST.Response.Performance
9898
PostgREST.TimeIt
9999
PostgREST.Version
100-
build-depends: base >= 4.9 && < 4.20
100+
build-depends: base >= 4.9 && < 4.21
101101
, HTTP >= 4000.3.7 && < 4000.5
102102
, Ranged-sets >= 0.3 && < 0.5
103103
, aeson >= 2.0.3 && < 2.3
@@ -107,12 +107,12 @@ library
107107
, case-insensitive >= 1.2 && < 1.3
108108
, cassava >= 0.4.5 && < 0.6
109109
, configurator-pg >= 0.2.11 && < 0.3
110-
, containers >= 0.5.7 && < 0.7
110+
, containers >= 0.5.7 && < 0.8
111111
, cookie >= 0.4.2 && < 0.6
112112
, directory >= 1.2.6 && < 1.4
113113
, either >= 4.4.1 && < 5.1
114114
, extra >= 1.7.0 && < 2.0
115-
, fuzzyset >= 0.2.4 && < 0.3
115+
, fuzzyset >= 0.2.4 && < 0.4
116116
, hasql >= 1.6.1.1 && < 1.7
117117
, hasql-dynamic-statements >= 0.3.1 && < 0.4
118118
, hasql-notifications >= 0.2.2.2 && < 0.2.3
@@ -183,8 +183,8 @@ executable postgrest
183183
NoImplicitPrelude
184184
hs-source-dirs: main
185185
main-is: Main.hs
186-
build-depends: base >= 4.9 && < 4.20
187-
, containers >= 0.5.7 && < 0.7
186+
build-depends: base >= 4.9 && < 4.21
187+
, containers >= 0.5.7 && < 0.8
188188
, postgrest
189189
, protolude >= 0.3.1 && < 0.4
190190
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
@@ -258,14 +258,14 @@ test-suite spec
258258
Feature.RollbackSpec
259259
Feature.RpcPreRequestGucsSpec
260260
SpecHelper
261-
build-depends: base >= 4.9 && < 4.20
261+
build-depends: base >= 4.9 && < 4.21
262262
, aeson >= 2.0.3 && < 2.3
263263
, aeson-qq >= 0.8.1 && < 0.9
264264
, async >= 2.1.1 && < 2.3
265265
, base64-bytestring >= 1 && < 1.3
266266
, bytestring >= 0.10.8 && < 0.13
267267
, case-insensitive >= 1.2 && < 1.3
268-
, containers >= 0.5.7 && < 0.7
268+
, containers >= 0.5.7 && < 0.8
269269
, hasql-pool >= 1.0.1 && < 1.1
270270
, hasql-transaction >= 1.0.1 && < 1.2
271271
, heredoc >= 0.2 && < 0.3
@@ -302,7 +302,7 @@ test-suite doctests
302302
NoImplicitPrelude
303303
hs-source-dirs: test/doc
304304
main-is: Main.hs
305-
build-depends: base >= 4.9 && < 4.20
305+
build-depends: base >= 4.9 && < 4.21
306306
, doctest >= 0.8
307307
, postgrest
308308
, pretty-simple

0 commit comments

Comments
 (0)