mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Enforce recent yojson version
2.0 doesn't need biniou or easy_format anymore
This commit is contained in:
parent
1ee2980ae7
commit
326990678f
@ -354,8 +354,6 @@ module Poll = struct
|
||||
let ocaml_link_flags: string list Lazy.t = lazy (
|
||||
let link_libs =
|
||||
[
|
||||
"biniou";
|
||||
"easy-format";
|
||||
"yojson";
|
||||
"ppx_yojson_conv_lib";
|
||||
"zarith";
|
||||
|
@ -32,6 +32,7 @@ depends: [
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"ocamlfind" {!= "1.9.5"}
|
||||
"ocamlgraph" {>= "1.8.8"}
|
||||
"yojson" {>= "2.0" }
|
||||
"ppx_yojson_conv" {>= "0.14.0"}
|
||||
"re" {>= "1.9.0"}
|
||||
"sedlex" {>= "2.4"}
|
||||
|
Loading…
Reference in New Issue
Block a user