Fixed dependencies

This commit is contained in:
Denis Merigoux 2020-12-22 18:53:44 +01:00
parent dbfd990f95
commit b2f34c33c6
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ license: "Apache2"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.08.0"}
"ANSITerminal" {>= "0.8.2"}
"sedlex" {>= "2.1"}
"menhir" {>= "20200211"}
@ -24,7 +24,7 @@ depends: [
"re" {>= "1.9.0"}
"zarith" {>= "1.10"}
"zarith_stubs_js" {>= "0.14.0"}
"dune" {build}
"dune" {>= "2.2"}
"ocamlgraph" {>= "1.8.8"}
"odate" {>= "0.6"}
]

View File

@ -20,7 +20,7 @@
"\| higher-level specification languages for fiscal legislation.
)
(depends
(ocaml (>= 4.07.0))
(ocaml (>= 4.08.0))
(ANSITerminal (>= 0.8.2))
(sedlex (>= 2.1))
(menhir (>= 20200211))
@ -32,7 +32,7 @@
(re (>= 1.9.0))
(zarith (>= 1.10))
(zarith_stubs_js (>= 0.14.0))
(dune (and :build ))
(dune (>= 2.2))
(ocamlgraph (>= 1.8.8))
(odate (>= 0.6))
)