summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-12-08 02:16:56 +0600
committerDaniil Baturin <daniil@baturin.org>2016-12-08 02:16:56 +0600
commit57b51409e44ba895952db6f2e0971a7770092988 (patch)
treeafd635d5f0f04ce8bd294f5d5568aa982cb0a804 /_oasis
parent36eb9c91aafaa44cb3dc33b8e26bd2789f3a4ca1 (diff)
downloadvyconf-57b51409e44ba895952db6f2e0971a7770092988.tar.gz
vyconf-57b51409e44ba895952db6f2e0971a7770092988.zip
Fix build for ocaml 4.03
Yojson now uses the Result.result type for its decoding functions instead of polymorphic variants.
Diffstat (limited to '_oasis')
-rw-r--r--_oasis4
1 files changed, 2 insertions, 2 deletions
diff --git a/_oasis b/_oasis
index d2de4fc..58eae3f 100644
--- a/_oasis
+++ b/_oasis
@@ -13,7 +13,7 @@ Plugins: META (0.4), DevFiles (0.4)
Library "vyconf"
Path: src
- Modules: Vytree, Vylist, Value_checker
+ Modules: Vytree, Vylist, Value_checker, Vyconf_config
Install: false
Library "vytree"
@@ -65,7 +65,7 @@ Executable "vyconfd"
Path: src
MainIs: vyconfd.ml
CompiledObject: best
- BuildDepends: ppx_deriving_yojson.runtime, lwt, lwt.unix
+ BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, vyconf
Executable "vytree_test"
Path: test