Commit 7609622a authored by Laurent Canis's avatar Laurent Canis Committed by Ulrik Strid
Browse files

ocamlPackages.tezos-plompiler 0.1.3 -> 1.0.1

parent 87860969
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@
, buildDunePackage
, hacl-star
, bls12-381
, bls12-381-hash
, tezos-bls12-381-polynomial
, polynomial
, data-encoding
, hex
, stdint
@@ -22,12 +24,14 @@ buildDunePackage rec {
  propagatedBuildInputs = [
    hacl-star
    bls12-381
    bls12-381-hash
    tezos-bls12-381-polynomial
    data-encoding
    hex
    stdint
    ff
    mec
    polynomial
  ];

  checkInputs = [ alcotest qcheck-alcotest bisect_ppx ];