Skip to content

Commit

Permalink
Revert "maybe dune 3.0 would improve the workspace in cram tests?"
Browse files Browse the repository at this point in the history
This reverts commit 6cfe51c.
  • Loading branch information
gpetiot committed Dec 14, 2023
1 parent 19f1699 commit 7a8637f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.0)
(lang dune 2.8)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors: [
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"alcotest" {with-test & >= "1.3.0"}
"bechamel" {>= "0.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"alcotest" {with-test & >= "1.3.0"}
"base" {>= "v0.12.0"}
"cmdliner" {>= "1.1.0"}
"dune" {>= "3.0"}
"dune" {>= "2.8"}
"dune-build-info"
"either"
"fix"
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat-rpc-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: "MIT"
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"csexp" {>= "1.4.0"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"ocaml" {>= "4.08"}
"cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"}
"csexp" {>= "1.4.0"}
"dune" {>= "3.0"}
"dune" {>= "2.8"}
"ocamlformat-lib" {= version}
"ocamlformat-rpc-lib" {with-test & = version}
"re" {>= "1.10.3"}
Expand Down

0 comments on commit 7a8637f

Please sign in to comment.