diff options
| author | Daniil Baturin <daniil@baturin.org> | 2017-01-20 23:56:32 +0700 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2017-01-20 23:56:32 +0700 |
| commit | 46efea7823acfef5230f33f4b27c99bc176aafbc (patch) | |
| tree | a919150390b4cdfe2874e958cf1287bf0181e42f /README.md | |
| parent | 465bef917357629443b85256d1669404c91e90dd (diff) | |
| download | vyconf-46efea7823acfef5230f33f4b27c99bc176aafbc.tar.gz vyconf-46efea7823acfef5230f33f4b27c99bc176aafbc.zip | |
Use BatOption.defalt instead of homegrown equivalent.
If we are going to use batteries for numeric_compare, why not take
advantage of the rest.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ the build dependencies: ``` opam switch 4.03.0 opam install oasis -opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light +opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries ``` To build the project, run the setup script, then `make`: |
