Skip to content

Commit

Permalink
[dune] remove explicit dependency on bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
vprevosto committed Jun 30, 2023
1 parent a7f53e4 commit c2fe7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name headache)
(modules Model Config_lex Config_parse Config Info Skip)
(libraries camomile str bytes)
(libraries camomile str)
)

(ocamllex config_lex)
Expand Down

0 comments on commit c2fe7f1

Please sign in to comment.