Skip to content

Commit a51bbf5

Browse files
Add upper constraint on Frama-C
1 parent 03a6c10 commit a51bbf5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/frama-c/frama-c.23.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ depends: [
117117
"ocamlfind" # needed beyond build stage, used by -load-module
118118
"ocamlgraph" { >= "1.8.8" }
119119
"why3" { >= "1.4.0" & < "1.5~" }
120-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
120+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
121121
"zarith" {>= "1.5"}
122122
]
123123

packages/frama-c/frama-c.23.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ depends: [
117117
"ocamlfind" # needed beyond build stage, used by -load-module
118118
"ocamlgraph" { >= "1.8.8" }
119119
"why3" { >= "1.4.0" & < "1.5~" }
120-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
120+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
121121
"zarith" {>= "1.5"}
122122
]
123123

packages/frama-c/frama-c.24.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" { >= "1.4.0" & < "1.5~" }
122-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
123123
"zarith" {>= "1.5"}
124124
]
125125

packages/frama-c/frama-c.25.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ depends: [
122122
"ppx_deriving_yojson"
123123
"ppx_import" {>= "1.8.0" & < "2.0"}
124124
"why3" {>= "1.5.0" & < "1.6~"}
125-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test) }
125+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test) }
126126
"zarith" {>= "1.5"}
127127
]
128128

packages/frama-c/frama-c.25.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" {>= "1.5.0" & < "1.6~"}
122-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
123123
"zarith" {>= "1.5"}
124124
"ppx_deriving"
125125
"ppx_import" {>= "1.8.0" & < "2.0"}

packages/frama-c/frama-c.26.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" {>= "1.5.1" & < "1.6~"}
122-
"yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)}
123123
"zarith" { >= "1.5" }
124124

125125
# PPXs

packages/frama-c/frama-c.26.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ depends: [
121121
"ocamlfind" # needed beyond build stage, used by -load-module
122122
"ocamlgraph" { >= "1.8.8" }
123123
"why3" {>= "1.5.1" & < "1.6~"}
124-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
124+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
125125
"zarith" { >= "1.5" }
126126

127127
# PPXs

packages/frama-c/frama-c.26.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ depends: [
120120
"ocamlfind" # needed beyond build stage, used by -load-module
121121
"ocamlgraph" { >= "1.8.8" }
122122
"why3" {>= "1.5.1" & < "1.6~"}
123-
"yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
123+
"yojson" {>= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)}
124124
"zarith" { >= "1.5" }
125125

126126
# PPXs

0 commit comments

Comments
 (0)