Skip to content

Commit

Permalink
Add stdlib-shims as dependency into dune files
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Sep 20, 2019
1 parent 9109f82 commit ba3be7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-c/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name digestif_c)
(public_name digestif.c)
(implements digestif)
(libraries bigarray-compat eqaf digestif.rakia)
(libraries stdlib-shims bigarray-compat eqaf digestif.rakia)
(private_modules digestif_native
digestif_hash
digestif_eq
Expand Down
2 changes: 1 addition & 1 deletion src-ocaml/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name digestif_ocaml)
(public_name digestif.ocaml)
(implements digestif)
(libraries bigarray-compat eqaf)
(libraries stdlib-shims bigarray-compat eqaf)
(private_modules xor
digestif_hash
digestif_eq
Expand Down

0 comments on commit ba3be7f

Please sign in to comment.