Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Sep 28, 2024
1 parent 37067cb commit 10c50f2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 62 deletions.
6 changes: 3 additions & 3 deletions bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ library
--------------------------
build-depends:
, cardano-api ^>=9.3
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, plutus-ledger-api ^>=1.34.1
, plutus-tx ^>=1.34.1
, plutus-tx-plugin ^>=1.34.1

------------------------
-- Non-IOG dependencies
Expand Down
96 changes: 37 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ let
packages.plutus-tx-plugin.components.library.platforms = with lib.platforms; [ linux darwin ];
packages.tx-generator.package.buildable = with pkgs.stdenv.hostPlatform; !isMusl;

packages.fs-api.components.library.doHaddock = false;
packages.cardano-ledger-allegra.components.library.doHaddock = false;
packages.cardano-ledger-alonzo.components.library.doHaddock = false;
packages.cardano-ledger-api.components.library.doHaddock = false;
Expand Down

0 comments on commit 10c50f2

Please sign in to comment.