Skip to content

Commit c4b27ca

Browse files
committed
Add upper bound on dolmen vrsion for colibri2/colibrics
The new 0.9 release of dolmen includes breaking changes to its API, therefore some of its revdeps need to be constrained.
1 parent 4d09254 commit c4b27ca

File tree

2 files changed

+6
-6
lines changed
  • packages
    • colibri2/colibri2.0.4
    • colibrics/colibrics.0.4

2 files changed

+6
-6
lines changed

packages/colibri2/colibri2.0.4/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
1414
depends: [
1515
"colibrilib" {= version}
1616
"containers" {>= "3.6.1"}
17-
"dolmen" {>= "0.8"}
18-
"dolmen_type" {>= "0.8"}
19-
"dolmen_loop" {>= "0.8"}
17+
"dolmen" {>= "0.8" & < "0.9" }
18+
"dolmen_type" {>= "0.8" & < "0.9" }
19+
"dolmen_loop" {>= "0.8" & < "0.9" }
2020
"cmdliner" {>= "1.1.1"}
2121
"base" {>= "v0.14.2" & < "v0.16.0"}
2222
"gen" {>= "1.0"}

packages/colibrics/colibrics.0.4/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage: "https://colibri.frama-c.com"
88
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
99
depends: [
1010
"ppx_deriving_yojson" {>= "3.6.1"}
11-
"dolmen" {>= "0.8"}
12-
"dolmen_type" {>= "0.8"}
13-
"dolmen_loop" {>= "0.8"}
11+
"dolmen" {>= "0.8" & < "0.9" }
12+
"dolmen_type" {>= "0.8" & < "0.9" }
13+
"dolmen_loop" {>= "0.8" & < "0.9" }
1414
"dune" {>= "3.0"}
1515
"zarith" {>= "1.12"}
1616
"cmdliner" {>= "1.1.1"}

0 commit comments

Comments
 (0)