Skip to content

Commit

Permalink
Remove tcpip.checksum from Dune file
Browse files Browse the repository at this point in the history
  • Loading branch information
jnfoster committed Mar 26, 2023
1 parent 8353918 commit fdce6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/kernel/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name frenetic_kernel)
(public_name frenetic.kernel)
(wrapped true)
(libraries core base64 cstruct cstruct-sexp ocamlgraph open tcpip tcpip.checksum yojson ipaddr sedlex
(libraries core base64 cstruct cstruct-sexp ocamlgraph open tcpip yojson ipaddr sedlex
sexplib str menhirLib compiler-libs.common)
(preprocess
(pps ppx_cstruct ppx_deriving.std ppx_jane -allow-unannotated-ignores))
Expand Down

1 comment on commit fdce6cc

@mdmoeller
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a breaking change. Consider reverting?

Please sign in to comment.