Skip to content

Commit 862d57f

Browse files
committed
Add missing v in mopsa's apron upper bound
1 parent 1144927 commit 862d57f

File tree

2 files changed

+2
-2
lines changed
  • packages/mopsa

2 files changed

+2
-2
lines changed

packages/mopsa/mopsa.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"ocaml" {>= "4.12.0"}
3030
"dune" {>= "3.7"}
3131
"ocamlfind"
32-
"apron" {>= "0.9.15"}
32+
"apron" {>= "v0.9.15"}
3333
"menhir" {>= "20180528"}
3434
"mlgmpidl"
3535
"yojson" {>= "1.6.0"}

packages/mopsa/mopsa.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"ocaml" {>= "4.13.0"}
3030
"dune" {>= "3.7"}
3131
"ocamlfind"
32-
"apron" {>= "0.9.15"}
32+
"apron" {>= "v0.9.15"}
3333
"menhir" {>= "20180528"}
3434
"mlgmpidl"
3535
"yojson" {>= "1.6.0"}

0 commit comments

Comments
 (0)