Skip to content

Commit

Permalink
Merge pull request mirage#129 from hannesm/no-result
Browse files Browse the repository at this point in the history
remove result dependency (ocaml >= 4.04 is required anyways)
  • Loading branch information
talex5 authored Jul 29, 2019
2 parents 88c4b57 + 494fc08 commit 9da8b22
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name vchan)
(public_name vchan)
(libraries lwt cstruct io-page mirage-flow-lwt result xenstore.client sexplib)
(libraries lwt cstruct io-page mirage-flow-lwt xenstore.client sexplib)
(c_names vchan_stubs)
(preprocess (pps ppx_sexp_conv ppx_cstruct -no-check)))
1 change: 0 additions & 1 deletion lib/endpoint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
open S
open Sexplib.Std
open Lwt
open Result

let ( >>= ) = Lwt.bind

Expand Down
1 change: 0 additions & 1 deletion vchan-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ depends: [
"xen-gnt-unix"
"sexplib"
"cmdliner"
"result"
"ounit" {with-test}
]
build: [
Expand Down
1 change: 0 additions & 1 deletion vchan-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends: [
"xenstore_transport" {>= "1.0.0"}
"sexplib"
"cmdliner"
"result"
"ounit" {with-test}
]
build: [
Expand Down
1 change: 0 additions & 1 deletion vchan.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
"xenstore_transport" {>= "1.0.0"}
"sexplib"
"cmdliner"
"result"
"ounit" {with-test}
]
build: [
Expand Down

0 comments on commit 9da8b22

Please sign in to comment.