Skip to content

Commit e198629

Browse files
authored
Update opam
Due to ``` #=== ERROR while compiling dune.3.12.1 ========================================# # context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.4.0~alpha1 | file:///home/opam/opam-repository # path ~/.opam/5.4~alpha1/.opam-switch/build/dune.3.12.1 # command ~/.opam/opam-init/hooks/sandbox.sh build ocaml boot/bootstrap.ml -j 71 # exit-code 2 # env-file ~/.opam/log/dune-7-453624.env # output-file [...] # File "vendor/notty/src/notty.ml", lines 387-397, characters 43-7: # Error: Some record fields are undefined: out_width ```
1 parent fd4f3c0 commit e198629

File tree

1 file changed

+1
-1
lines changed
  • packages/dune/dune.3.12.1

1 file changed

+1
-1
lines changed

packages/dune/dune.3.12.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
depends: [
4343
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
4444
# dune-project and min_ocaml_version in bootstrap.ml
45-
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45+
("ocaml" {>= "4.08" & < "5.4"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
4646
"base-unix"
4747
"base-threads"
4848
]

0 commit comments

Comments
 (0)