mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Remove limitation on Zarith since https://github.com/janestreet/zarith_stubs_js/pull/8 is closed
This commit is contained in:
parent
8dbf034efc
commit
cf31da7ca1
@ -23,8 +23,8 @@ depends: [
|
||||
"bindlib" {>= "5.0.1"}
|
||||
"cmdliner" {>= "1.0.4"}
|
||||
"re" {>= "1.9.0"}
|
||||
"zarith" {= "1.11"}
|
||||
"zarith_stubs_js" {= "v0.14.0"}
|
||||
"zarith" {>= "1.12"}
|
||||
"zarith_stubs_js" {>= "v0.14.1"}
|
||||
"ocamlgraph" {>= "1.8.8"}
|
||||
"calendar" {>= "2.04"}
|
||||
"visitors" {>= "20200210"}
|
||||
|
@ -47,9 +47,9 @@
|
||||
(re
|
||||
(>= 1.9.0))
|
||||
(zarith
|
||||
(= 1.11))
|
||||
(>= 1.12))
|
||||
(zarith_stubs_js
|
||||
(= v0.14.0))
|
||||
(>= v0.14.1))
|
||||
(ocamlgraph
|
||||
(>= 1.8.8))
|
||||
(calendar
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user