Skip to content

Commit 50be093

Browse files
committed
dune: remove result (built-in)
Signed-off-by: David Scott <[email protected]>
1 parent e14fd20 commit 50be093

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dns/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(library
22
(name dns)
3-
(libraries re re.str ipaddr uri uri.services base64 cstruct result)
3+
(libraries re re.str ipaddr uri uri.services base64 cstruct)
44
(preprocess (pps ppx_cstruct)))

src/dns_forward/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(library
22
(name dns_forward)
3-
(libraries lwt logs dns astring result cstruct fmt ipaddr
4-
mirage-flow mirage-flow-combinators mirage-sleep mirage-channel mirage-clock
3+
(libraries lwt logs dns astring cstruct fmt ipaddr
4+
mirage-flow mirage-flow-combinators mirage-sleep mirage-channel
55
sexplib duration)
66
(preprocess
77
(pps ppx_sexp_conv)))

0 commit comments

Comments
 (0)