Skip to content

Commit 0fc18b4

Browse files
committed
*.cabal: Bump upper bounds as needed
1 parent 0f550ab commit 0fc18b4

File tree

8 files changed

+54
-54
lines changed

8 files changed

+54
-54
lines changed

acts-generic/acts-generic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
-- other-extensions:
3434
build-depends:
3535
acts,
36-
base >=4.14 && <4.22,
36+
base >=4.14 && <4.23,
3737

3838
hs-source-dirs: src
3939
default-language: Haskell2010

cardano-diffusion/cardano-diffusion.cabal

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ library api
6767

6868
build-depends:
6969
aeson,
70-
base >=4.14 && <4.22,
70+
base >=4.14 && <4.23,
7171
cborg >=0.2.1 && <0.3,
7272
deepseq,
7373
nothunks,
@@ -86,7 +86,7 @@ test-suite api-tests
8686

8787
build-depends:
8888
QuickCheck,
89-
base >=4.14 && <4.22,
89+
base >=4.14 && <4.23,
9090
cardano-diffusion:api,
9191
ouroboros-network:api,
9292
tasty,
@@ -149,7 +149,7 @@ library
149149

150150
build-depends:
151151
aeson,
152-
base >=4.14 && <4.22,
152+
base >=4.14 && <4.23,
153153
bytestring,
154154
cardano-diffusion:{api, protocols},
155155
containers,
@@ -201,7 +201,7 @@ library orphan-instances
201201

202202
build-depends:
203203
aeson,
204-
base >=4.14 && <4.22,
204+
base >=4.14 && <4.23,
205205
cardano-diffusion:{cardano-diffusion, api},
206206
containers,
207207
ouroboros-network:{ouroboros-network, api, orphan-instances},
@@ -212,7 +212,7 @@ executable demo-chain-sync
212212
main-is: chain-sync.hs
213213
build-depends:
214214
async,
215-
base >=4.14 && <4.22,
215+
base >=4.14 && <4.23,
216216
bytestring,
217217
cardano-diffusion,
218218
containers,
@@ -279,7 +279,7 @@ library protocols
279279
Ouroboros.Network.Protocol.TxSubmission2.Type as Cardano.Network.Protocol.TxSubmission2.Type,
280280

281281
build-depends:
282-
base >=4.12 && <4.22,
282+
base >=4.12 && <4.23,
283283
bytestring >=0.10 && <0.13,
284284
cardano-diffusion:api,
285285
cborg >=0.2.1 && <0.3,
@@ -331,7 +331,7 @@ library protocols-tests-lib
331331

332332
build-depends:
333333
QuickCheck,
334-
base >=4.14 && <4.22,
334+
base >=4.14 && <4.23,
335335
bytestring,
336336
cardano-diffusion:api,
337337
cborg,
@@ -351,7 +351,7 @@ test-suite protocols-tests
351351
hs-source-dirs: protocols/tests
352352
main-is: Main.hs
353353
build-depends:
354-
base >=4.14 && <4.22,
354+
base >=4.14 && <4.23,
355355
cardano-diffusion:protocols-tests-lib,
356356
tasty,
357357

@@ -374,7 +374,7 @@ test-suite protocols-cddl
374374

375375
build-depends:
376376
QuickCheck,
377-
base >=4.14 && <4.22,
377+
base >=4.14 && <4.23,
378378
bytestring,
379379
cardano-diffusion:{api, protocols, protocols-tests-lib},
380380
cborg,
@@ -407,7 +407,7 @@ test-suite protocols-bench
407407
hs-source-dirs: protocols/bench
408408
main-is: Main.hs
409409
build-depends:
410-
base >=4.14 && <4.22,
410+
base >=4.14 && <4.23,
411411
bytestring,
412412
cardano-diffusion:{api, protocols, protocols-tests-lib},
413413
cborg,
@@ -435,7 +435,7 @@ library cardano-diffusion-tests-lib
435435
build-depends:
436436
QuickCheck >=2.16,
437437
aeson,
438-
base >=4.14 && <4.22,
438+
base >=4.14 && <4.23,
439439
bytestring,
440440
cardano-diffusion:{cardano-diffusion, api, orphan-instances, protocols-tests-lib},
441441
cardano-slotting,
@@ -483,7 +483,7 @@ test-suite cardano-diffusion-sim-tests
483483
hs-source-dirs: tests/sim
484484
main-is: Main.hs
485485
build-depends:
486-
base >=4.14 && <4.22,
486+
base >=4.14 && <4.23,
487487
cardano-diffusion:cardano-diffusion-tests-lib,
488488
tasty,
489489
with-utf8,
@@ -504,7 +504,7 @@ library subscription
504504
default-language: Haskell2010
505505
default-extensions: ImportQualifiedPost
506506
build-depends:
507-
base >=4.14 && <4.22,
507+
base >=4.14 && <4.23,
508508
bytestring >=0.10 && <0.13,
509509
cardano-diffusion ^>=0.1,
510510
cborg >=0.2.8 && <0.3,

cardano-ping/cardano-ping.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library
2727
exposed-modules: Cardano.Network.Ping
2828
build-depends:
2929
aeson >=2.1.1.0 && <3,
30-
base >=4.14 && <4.22,
30+
base >=4.14 && <4.23,
3131
bytestring >=0.10 && <0.13,
3232
cborg >=0.2.8 && <0.3,
3333
contra-tracer >=0.1 && <0.3,
@@ -37,7 +37,7 @@ library
3737
network-mux ^>=0.9,
3838
tdigest ^>=0.3,
3939
text >=1.2.4 && <2.2,
40-
time >=1.9.1 && <1.14,
40+
time >=1.9.1 && <1.16,
4141
transformers >=0.5 && <0.7,
4242

4343
if flag(asserts)

dmq-node/dmq-node.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ library
8383
acts-generic,
8484
aeson >=2.1.1.0 && <3,
8585
aeson-pretty,
86-
base >=4.14 && <4.22,
86+
base >=4.14 && <4.23,
8787
base16-bytestring,
8888
bytestring >=0.10 && <0.13,
8989
cardano-binary,
9090
cardano-crypto-class,
9191
cborg >=0.2.1 && <0.3,
92-
containers >=0.5 && <0.8,
92+
containers >=0.5 && <0.9,
9393
contra-tracer >=0.1 && <0.3,
9494
deepseq >=1.0 && <1.6,
9595
directory,
@@ -102,12 +102,12 @@ library
102102
kes-agent-crypto ^>=0.1,
103103
network ^>=3.2.7,
104104
network-mux ^>=0.9.1,
105-
optparse-applicative ^>=0.18,
105+
optparse-applicative >=0.18 && < 0.20,
106106
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=0.23,
107107
random ^>=1.2,
108108
singletons,
109109
text >=1.2.4 && <2.2,
110-
time ^>=1.12,
110+
time >=1.12 && <1.16,
111111
typed-protocols:{typed-protocols, cborg} ^>=1.1,
112112

113113
hs-source-dirs: src
@@ -160,7 +160,7 @@ test-suite dmq-tests
160160
main-is: Main.hs
161161
build-depends:
162162
QuickCheck,
163-
base >=4.14 && <4.22,
163+
base >=4.14 && <4.23,
164164
bytestring,
165165
cardano-crypto-class,
166166
cardano-crypto-tests,
@@ -202,7 +202,7 @@ test-suite dmq-cddl
202202

203203
default-language: Haskell2010
204204
build-depends:
205-
base >=4.14 && <4.22,
205+
base >=4.14 && <4.23,
206206
base16-bytestring,
207207
bytestring,
208208
cborg,

monoidal-synchronisation/monoidal-synchronisation.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extra-doc-files: CHANGELOG.md
1616

1717
library
1818
exposed-modules: Data.Monoid.Synchronisation
19-
build-depends: base >=4.14 && <4.22
19+
build-depends: base >=4.14 && <4.23
2020
hs-source-dirs: src
2121
default-language: Haskell2010
2222
default-extensions: ImportQualifiedPost
@@ -37,7 +37,7 @@ test-suite test
3737
other-modules: Test.Data.Monoid.Synchronisation
3838
build-depends:
3939
QuickCheck,
40-
base >=4.14 && <4.22,
40+
base >=4.14 && <4.23,
4141
io-classes,
4242
io-sim,
4343
monoidal-synchronisation,

network-mux/network-mux.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
-- functions, see
5050
-- https://github.com/haskell/network/issues/484
5151
array >=0.5 && <0.6,
52-
base >=4.14 && <4.22,
52+
base >=4.14 && <4.23,
5353
binary >=0.8 && <0.11,
5454
bytestring >=0.10 && <0.13,
5555
containers >=0.5 && <0.8,
@@ -127,7 +127,7 @@ test-suite test
127127
build-depends:
128128
QuickCheck,
129129
Win32-network,
130-
base >=4.14 && <4.22,
130+
base >=4.14 && <4.23,
131131
binary,
132132
bytestring,
133133
cborg,
@@ -174,7 +174,7 @@ executable mux-demo
174174
main-is: mux-demo.hs
175175
other-modules: Test.Mux.ReqResp
176176
build-depends:
177-
base >=4.14 && <4.22,
177+
base >=4.14 && <4.23,
178178
bytestring,
179179
cborg,
180180
contra-tracer,
@@ -199,7 +199,7 @@ benchmark socket-read-write-benchmarks
199199
main-is: Main.hs
200200
other-modules:
201201
build-depends:
202-
base >=4.14 && <4.22,
202+
base >=4.14 && <4.23,
203203
bytestring,
204204
contra-tracer,
205205
io-classes:{io-classes, si-timers, strict-stm},

ntp-client/ntp-client.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ library
3030
build-depends:
3131
Win32-network >=0.1 && <0.3,
3232
async >=2.2 && <2.3,
33-
base >=4.14 && <4.22,
33+
base >=4.14 && <4.23,
3434
binary >=0.8 && <0.11,
3535
bytestring >=0.10 && <0.13,
3636
contra-tracer >=0.1 && <0.2,
3737
network ^>=3.2.7,
3838
stm >=2.4 && <2.6,
39-
time >=1.9.1 && <1.14,
39+
time >=1.9.1 && <1.16,
4040

4141
hs-source-dirs: src
4242
default-language: Haskell2010
@@ -63,11 +63,11 @@ test-suite test
6363
type: exitcode-stdio-1.0
6464
build-depends:
6565
QuickCheck,
66-
base >=4.14 && <4.22,
66+
base >=4.14 && <4.23,
6767
binary >=0.8 && <0.11,
6868
tasty,
6969
tasty-quickcheck,
70-
time >=1.9.1 && <1.14,
70+
time >=1.9.1 && <1.16,
7171

7272
default-language: Haskell2010
7373
default-extensions: ImportQualifiedPost
@@ -89,7 +89,7 @@ executable demo-ntp-client
8989
build-depends:
9090
Win32-network >=0.1 && <0.3,
9191
async >=2.2 && <2.3,
92-
base >=4.14 && <4.22,
92+
base >=4.14 && <4.23,
9393
contra-tracer >=0.1 && <0.2,
9494
ntp-client,
9595

0 commit comments

Comments
 (0)