Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/make-test-diy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- ubuntu-latest
cfg:
# Minimal versions: we want to test both ends of the supported space
- ocaml-version: "ocaml-base-compiler.4.14.0,dune.3.12.1,zarith.1.13,menhir.20231231,logs.0.7.0"
- ocaml-version: "ocaml-base-compiler.4.14.0,dune.3.15.3,zarith.1.13,menhir.20231231,logs.0.7.0"
job-name: "OCaml v4.14.0"
dune-cache: "enabled"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- ubuntu-latest
cfg:
# Minimal versions: we want to test both ends of the supported space
- ocaml-compiler: "ocaml-base-compiler.4.14.0,dune.3.12.1,zarith.1.13,menhir.20231231,logs.0.7.0"
- ocaml-compiler: "ocaml-base-compiler.4.14.0,dune.3.15.3,zarith.1.13,menhir.20231231,logs.0.7.0"
with-type-check-asl: false
job-name: "OCaml v4.14.0"
dune-cache: "enabled"
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Requirements
------------

- OCaml (version >= 4.14.0)
- dune (version >= 3.11.0)
- dune (version >= 3.14.0)
- menhir (version >= 20231231)
- zarith
- logs
Expand Down
2 changes: 1 addition & 1 deletion acl2/asl/aslreftests/dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.16)
(lang dune 3.14)

(name acl2test)

2 changes: 1 addition & 1 deletion asllib/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(synopsis "Architecture Specification Language reference implementation")
(depends
(ocaml (>= 4.14))
dune
(dune (>= 3.14))
(menhir (>= 20231231))
(zarith (>= 1.13)))
(depopts
Expand Down
2 changes: 1 addition & 1 deletion herd-www/herd-www.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "http://github.com/herd/herdtools7/issues/"
license: "CECILL-B"
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11.0" }
"dune" {>= "3.14.0" }
"menhir" {>= "20231231"}
"js_of_ocaml" {>= "6.4.0"}
"js_of_ocaml-ppx" {>= "6.4.0"}
Expand Down
2 changes: 1 addition & 1 deletion herdtools7.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install: [make "install-herdtools" "PREFIX=%{prefix}%"]
# @todo Add "build-test" field
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "3.11.0" }
"dune" {>= "3.14.0" }
"menhir" {>= "20231231"}
"zarith" {>= "1.13"}
"conf-which"
Expand Down
Loading