Skip to content

Commit

Permalink
Merge pull request #1382 from hannesm/solo5-bound
Browse files Browse the repository at this point in the history
adjust solo5 bound: use 0.8.0 as upper bound
  • Loading branch information
hannesm committed Dec 19, 2022
2 parents e16ddae + fc1311b commit 6864fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mirage/target/solo5.ml
Expand Up @@ -16,7 +16,7 @@ let build_packages =
[
Functoria.package ~min:"0.8.1" ~max:"0.9.0" ~scope:`Switch ~build:true
"ocaml-solo5";
Functoria.package ~min:"0.7.5" ~max:"0.8.8" ~scope:`Switch ~build:true
Functoria.package ~min:"0.7.5" ~max:"0.8.0" ~scope:`Switch ~build:true
"solo5";
]

Expand Down
4 changes: 2 additions & 2 deletions test/mirage/query/run-hvt.t
Expand Up @@ -31,7 +31,7 @@ Query opam file
"ocaml" { build & >= "4.08.0" }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"solo5" { build & >= "0.7.5" & < "0.8.8" }
"solo5" { build & >= "0.7.5" & < "0.8.0" }
]

x-mirage-opam-lock-location: "mirage/noop-hvt.opam.locked"
Expand Down Expand Up @@ -63,7 +63,7 @@ Query packages
"ocaml" { build & >= "4.08.0" }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"solo5" { build & >= "0.7.5" & < "0.8.8" }
"solo5" { build & >= "0.7.5" & < "0.8.0" }

Query files
$ ./config.exe query --target hvt files
Expand Down

0 comments on commit 6864fbb

Please sign in to comment.