Skip to content

Commit 9d1158f

Browse files
committed
chore: pin jose-jwt to build on CI
1 parent 9b64a37 commit 9d1158f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

postgrest.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ library
120120
, http-client >= 0.7.19 && < 0.8
121121
, http-types >= 0.12.2 && < 0.13
122122
, insert-ordered-containers >= 0.2.2 && < 0.3
123-
, jose-jwt >= 0.9.6 && < 0.11
123+
, jose-jwt >= 0.9.6 && < 0.10
124124
, lens >= 4.14 && < 5.4
125125
, lens-aeson >= 1.0.1 && < 1.3
126126
, mtl >= 2.2.2 && < 2.4
@@ -273,7 +273,7 @@ test-suite spec
273273
, hspec-wai >= 0.10 && < 0.12
274274
, hspec-wai-json >= 0.10 && < 0.12
275275
, http-types >= 0.12.3 && < 0.13
276-
, jose-jwt >= 0.9.6 && < 0.11
276+
, jose-jwt >= 0.9.6 && < 0.10
277277
, lens >= 4.14 && < 5.4
278278
, lens-aeson >= 1.0.1 && < 1.3
279279
, monad-control >= 1.0.1 && < 1.1
@@ -316,7 +316,7 @@ test-suite observability
316316
, hspec-wai >= 0.10 && < 0.12
317317
, hspec-wai-json >= 0.10 && < 0.12
318318
, http-types >= 0.12.3 && < 0.13
319-
, jose-jwt >= 0.9.6 && < 0.11
319+
, jose-jwt >= 0.9.6 && < 0.10
320320
, postgrest
321321
, prometheus-client >= 1.1.1 && < 1.2.0
322322
, protolude >= 0.3.1 && < 0.4

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extra-deps:
1515
- hasql-pool-1.0.1
1616
- http-semantics-0.4.0
1717
- http2-5.4.0
18-
- jose-jwt-0.10.0
18+
- jose-jwt-0.9.6
1919
- network-control-0.1.7
2020
- postgresql-libpq-0.10.1.0
2121
- streaming-commons-0.2.3.1

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ packages:
4747
original:
4848
hackage: http2-5.4.0
4949
- completed:
50-
hackage: jose-jwt-0.10.0@sha256:6ed175a01c721e317ceea15eb251a81de145c03711a977517935633a5cdec1d4,3546
50+
hackage: jose-jwt-0.9.6@sha256:cc234805da58fc75bc4c11af3db2dabf920f2c7d5d8b9a2b73bdb7c024b8d087,3557
5151
pantry-tree:
52-
sha256: 58649e68e2d1adb47d8ed8741bd27ac23a2f19e3ee62bc28a68ac8642b3e0858
53-
size: 1231
52+
sha256: 0bcaa403f0d6f3f7ad993d4d9e5d8f3dfd7e88c4e5e64b0219d7a1a03cb31e31
53+
size: 1288
5454
original:
55-
hackage: jose-jwt-0.10.0
55+
hackage: jose-jwt-0.9.6
5656
- completed:
5757
hackage: network-control-0.1.7@sha256:bfe3318c5cf6573dd585b126ec1197eae291a9a6df178006bf19da5c8aa14d68,1255
5858
pantry-tree:

0 commit comments

Comments
 (0)