Skip to content

Commit

Permalink
Added lbr-plutus as a dependency for lbf-plutus-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
jared committed Oct 24, 2023
1 parent e6fb64e commit 2e52d5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
imports = [ ./lbf-prelude ];
files = [ "Plutus/V1.lbf" "Plutus/V2.lbf" ];
classes = [ "Prelude.Eq" "Prelude.Json" "Plutus.V1.PlutusData" ];
dependencies = [ "lbf-prelude" ];
dependencies =
[
"lbf-prelude"
# TODO(jaredponn): Investigate why `lbr-plutus` is _not_
# being automatically included as a dependency.
"lbr-plutus"
];
configs = [ ../lambda-buffers-codegen/data/haskell-prelude-base.json ../lambda-buffers-codegen/data/haskell-plutus-plutustx.json ];
};

Expand Down

0 comments on commit 2e52d5a

Please sign in to comment.