From 46efea7823acfef5230f33f4b27c99bc176aafbc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 20 Jan 2017 23:56:32 +0700 Subject: Use BatOption.defalt instead of homegrown equivalent. If we are going to use batteries for numeric_compare, why not take advantage of the rest. --- _oasis | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_oasis') diff --git a/_oasis b/_oasis index 55a8575..e3266e3 100644 --- a/_oasis +++ b/_oasis @@ -15,13 +15,14 @@ Library "vyconf" Path: src Modules: Config_tree, Reference_tree, Curly_parser, Curly_lexer, Value_checker, Vytree InternalModules: Util, Vylist - BuildDepends: fileutils, pcre, ppx_deriving.show, ppx_deriving_yojson, xml-light + BuildDepends: fileutils, pcre, ppx_deriving.show, ppx_deriving_yojson, xml-light, batteries Library "vyconf-config" Path: src Modules: Vyconf_config + InternalModules: Message FindlibParent: vyconf - BuildDepends: toml, fileutils, ppx_deriving.show + BuildDepends: toml, fileutils, ppx_deriving.show, batteries Library "vyconf-client" Path: src @@ -34,7 +35,7 @@ Executable "vyconfd" Path: src MainIs: vyconfd.ml CompiledObject: best - BuildDepends: lwt, lwt.unix, lwt.ppx, ocaml-protoc, ocplib-endian, sha, vyconf, vyconf.vyconf-config + BuildDepends: lwt, lwt.unix, lwt.ppx, ocaml-protoc, ocplib-endian, sha, batteries, vyconf, vyconf.vyconf-config Executable "vytree_test" Path: test -- cgit v1.2.3