File tree Expand file tree Collapse file tree 17 files changed +64
-16
lines changed Expand file tree Collapse file tree 17 files changed +64
-16
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ depends: [
3030 "ocamlfind" {!= "1.9.5"}
3131 "ocamlgraph" {>= "1.8.8"}
3232 "re" {>= "1.10"}
33- "sedlex" {>= "2.4"}
33+ "sedlex" {>= "2.4" & < "3.5" }
3434 "uutf" {>= "1.0.3"}
3535 "ubase" {>= "0.05"}
3636 "unionFind" {>= "20220109"}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/CatalaLang/catala/issues"
1212depends: [
1313 "ocaml" {>= "4.08.0"}
1414 "ANSITerminal" {>= "0.8.2"}
15- "sedlex" {>= "2.1"}
15+ "sedlex" {>= "2.1" & < "3.5" }
1616 "menhir" {>= "20200211" & < "20211215"}
1717 "menhirLib" {>= "20200211"}
1818 "unionFind" {>= "20200320"}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/CatalaLang/catala/issues"
1212depends: [
1313 "ocaml" {>= "4.08.0"}
1414 "ANSITerminal" {>= "0.8.2"}
15- "sedlex" {>= "2.1"}
15+ "sedlex" {>= "2.1" & < "3.5" }
1616 "gen" {>= "0.2.3"}
1717 "menhir" {>= "20200211"}
1818 "menhirLib" {>= "20200211"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "dune" {>= "2.8"}
1515 "ocaml" {>= "4.11.0"}
1616 "ANSITerminal" {>= "0.8.2"}
17- "sedlex" {>= "2.4"}
17+ "sedlex" {>= "2.4" & < "3.5" }
1818 "menhir" {>= "20200211"}
1919 "menhirLib" {>= "20200211"}
2020 "unionFind" {>= "20200320"}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
2020 "dune" {>= "2.8"}
2121 "ocaml" {>= "4.11.0"}
2222 "ANSITerminal" {>= "0.8.2"}
23- "sedlex" {>= "2.4"}
23+ "sedlex" {>= "2.4" & < "3.5" }
2424 "menhir" {>= "20200211"}
2525 "menhirLib" {>= "20200211"}
2626 "unionFind" {>= "20200320"}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ depends: [
3030 "ocamlgraph" {>= "1.8.8"}
3131 "ppx_yojson_conv" {>= "v0.14.0" & < "v0.16.0"}
3232 "re" {>= "1.9.0"}
33- "sedlex" {>= "2.4"}
33+ "sedlex" {>= "2.4" & < "3.5" }
3434 "ubase" {>= "0.05"}
3535 "unionFind" {>= "20200320"}
3636 "visitors" {>= "20200210"}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ depends: [
3232 "ocamlgraph" {>= "1.8.8"}
3333 "ppx_yojson_conv" {>= "v0.14.0" & < "v0.16.0"}
3434 "re" {>= "1.10.0"}
35- "sedlex" {>= "2.4"}
35+ "sedlex" {>= "2.4" & < "3.5" }
3636 "uutf" {>= "1.0.3"}
3737 "ubase" {>= "0.05"}
3838 "unionFind" {>= "20220109"}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ depends: [
3333 "yojson" {>= "2.0" }
3434 "ppx_yojson_conv" {>= "0.14.0"}
3535 "re" {>= "1.9.0"}
36- "sedlex" {>= "2.4"}
36+ "sedlex" {>= "2.4" & < "3.5" }
3737 "uutf" {>= "1.0.3"}
3838 "ubase" {>= "0.05"}
3939 "unionFind" {>= "20220109"}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
2020 "fileutils"
2121 "menhir" {build & >= "20161115"}
2222 "pprint" {build & >= "20130324"}
23- "sedlex" {build & >= "2.0"}
23+ "sedlex" {build & >= "2.0" & < "3.5" }
2424 "ppxlib" {>= "0.22.0" & < "0.26.0"}
2525 "ppx_deriving"
2626 "ppx_deriving_yojson"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ depends: [
1919 "menhir" {build & >= "20230415"}
2020 "mtime" {>= "2.1.0"}
2121 "pprint"
22- "sedlex"
22+ "sedlex" {< "3.5"}
2323 "ppxlib" {>= "0.27.0" & < "0.36"}
2424 "process"
2525 "ppx_deriving" {build}
You can’t perform that action at this time.
0 commit comments