@@ -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 ,
0 commit comments