Skip to content

Commit

Permalink
asli: add ppx_blob dependency
Browse files Browse the repository at this point in the history
required by UQ-PAC/aslp#92
  • Loading branch information
katrinafyi authored Jun 21, 2024
1 parent e90bac7 commit bb07e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aslp/asli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
, cohttp-lwt-unix
, mlbdd
, yojson
, ppx_blob
, asli
, testers
}:
Expand All @@ -38,7 +39,7 @@ buildDunePackage {

checkInputs = [ alcotest ];
nativeCheckInputs = [ jdk ];
buildInputs = [ mlbdd linenoise ];
buildInputs = [ mlbdd linenoise ppx_blob ];
nativeBuildInputs = [ ott menhir ];
propagatedBuildInputs = [ dune-site z3 pcre pprint zarith ocaml_z3 ocaml_pcre yojson cohttp-lwt-unix ];

Expand Down

0 comments on commit bb07e0e

Please sign in to comment.