mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Forbid "base 0.16"
There is trouble with CI because it needs bash, and apparently the upgrade also leads to conflicts between yojson and its ppx (which is where the dependecy upon base lies)
This commit is contained in:
parent
52b1c25d50
commit
0c6ae736cb
@ -53,6 +53,7 @@ depends: [
|
|||||||
depopts: ["z3"]
|
depopts: ["z3"]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"z3" {< "4.8.11"}
|
"z3" {< "4.8.11"}
|
||||||
|
"base" {>= "v0.16.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
Loading…
Reference in New Issue
Block a user