Skip to content

Commit

Permalink
Enforce Cabal dependency in byron package
Browse files Browse the repository at this point in the history
in order to avoid an error when releasing the package
  • Loading branch information
teodanciu committed Oct 11, 2024
1 parent cea5749 commit 0c786ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ package cardano-ledger-mary
package cardano-ledger-conway
flags: +asserts

package cardano-ledger-byron
-- Temporary fix, in order to add `Cabal >= 3.12`, to avoid errors when releasing the package
ghc-options: -fno-warn-unused-packages

-- Always write GHC env files, because they are needed for repl and by the doctests.
write-ghc-environment-files: always

Expand Down
1 change: 1 addition & 0 deletions eras/byron/ledger/impl/cardano-ledger-byron.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ library
bimap >=0.4 && <0.6,
binary,
bytestring,
Cabal >=3.12,
canonical-json,
cardano-crypto,
cardano-crypto-wrapper,
Expand Down

0 comments on commit 0c786ac

Please sign in to comment.