diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-08 02:16:56 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-12-08 02:16:56 +0600 |
commit | 57b51409e44ba895952db6f2e0971a7770092988 (patch) | |
tree | afd635d5f0f04ce8bd294f5d5568aa982cb0a804 /_oasis | |
parent | 36eb9c91aafaa44cb3dc33b8e26bd2789f3a4ca1 (diff) | |
download | vyconf-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-- | _oasis | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |