Skip to content

Commit 783aaeb

Browse files
authored
Merge pull request #28793 from dra27/5.4-trunk
Fix ocaml-variants.5.4.1+trunk
2 parents 641c526 + 8176466 commit 783aaeb

File tree

2 files changed

+6
-6
lines changed
  • packages
    • ocaml-compiler/ocaml-compiler.5.4
    • ocaml/ocaml.5.4.1

2 files changed

+6
-6
lines changed

packages/ocaml-compiler/ocaml-compiler.5.4/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ homepage: "https://ocaml.org"
1818
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1919
dev-repo: "git+https://github.com/ocaml/ocaml.git#5.4"
2020
depends: [
21-
# This is OCaml 5.4.0
22-
"ocaml" {= "5.4.0" & post}
21+
# This is OCaml 5.4.1
22+
"ocaml" {= "5.4.1" & post}
2323

2424
# General base- packages
2525
"base-unix" {post}

packages/ocaml/ocaml.5.4.1/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ homepage: "https://ocaml.org"
1818
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1919
depends: [
2020
"ocaml-config" {>= "3"}
21-
"ocaml-base-compiler" {>= "5.4.1.0~" & < "5.4.1.2~"} |
22-
"ocaml-variants" {>= "5.4.1.0~" & < "5.4.1.2~"} |
23-
"ocaml-system" {>= "5.4.1.0~" & < "5.4.1.2~"} |
24-
"dkml-base-compiler" {>= "5.4.1.0~" & < "5.4.1.2~"}
21+
"ocaml-base-compiler" {>= "5.4.1~" & < "5.4.2~"} |
22+
"ocaml-variants" {>= "5.4.1~" & < "5.4.2~"} |
23+
"ocaml-system" {>= "5.4.1~" & < "5.4.2~"} |
24+
"dkml-base-compiler" {>= "5.4.1~" & < "5.4.2~"}
2525
]
2626
flags: [conf avoid-version]
2727
setenv: [

0 commit comments

Comments
 (0)