Skip to content

Commit 785d55b

Browse files
committed
fix(ci): Pin cabal-the-library at <3.14
1 parent 3a9650f commit 785d55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extra-source-files: CHANGELOG.md
1919
custom-setup
2020
setup-depends:
2121
base
22-
, Cabal
22+
, Cabal >= 3.6 && <3.14
2323
, bytestring
2424
, cardano-crypto-class
2525
, directory

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-source-files: CHANGELOG.md
2020
custom-setup
2121
setup-depends:
2222
base
23-
, Cabal
23+
, Cabal >= 3.6 && <3.14
2424
, bytestring
2525
, cardano-crypto-class
2626
, directory

0 commit comments

Comments
 (0)