Skip to content

Commit

Permalink
Ahhh more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Sep 9, 2024
1 parent 2391403 commit 3340ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ppx_test/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(tests
(names pcap basic enum)
(deps http.cap)
(libraries cstruct-unix sexplib cstruct-sexp)
(libraries cstruct-unix sexplib0 cstruct-sexp)
(preprocess
(pps ppx_cstruct))
(package ppx_cstruct))
2 changes: 1 addition & 1 deletion ppx_test/with-sexp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name ppx_cstruct_and_sexp)
(preprocess
(pps ppx_cstruct ppx_sexp_conv -- -no-check))
(libraries cstruct sexplib cstruct-sexp))
(libraries cstruct sexplib0 cstruct-sexp))

(rule
(alias runtest)
Expand Down

0 comments on commit 3340ea4

Please sign in to comment.