Skip to content

Commit

Permalink
Merge branch 'master' of github.com:frenetic-lang/frenetic
Browse files Browse the repository at this point in the history
  • Loading branch information
jnfoster committed Nov 3, 2022
2 parents 69e7dc4 + 1713dc9 commit 8353918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frenetic.opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ depends: [
"ppx_deriving" {>= "5.1"}
"sedlex" {>= "2.4" }
"sexplib" {>= "v0.14.0"}
"tcpip" {>= "6.3.0"}
"tcpip" {>= "7.0.0"}
"yojson" {>= "1.7.0"}
]
url {
Expand Down
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.unix yojson ipaddr sedlex
(libraries core base64 cstruct cstruct-sexp ocamlgraph open tcpip tcpip.checksum yojson ipaddr sedlex
sexplib str menhirLib compiler-libs.common)
(preprocess
(pps ppx_cstruct ppx_deriving.std ppx_jane -allow-unannotated-ignores))
Expand Down

0 comments on commit 8353918

Please sign in to comment.