Skip to content

Commit

Permalink
Update to Dune 3.0
Browse files Browse the repository at this point in the history
- enables new warnings in code.
- new stanzas.
  • Loading branch information
MisterDA committed Oct 27, 2022
1 parent 7d67edd commit 613199c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## unreleased

### Changed
- Update to Dune 3.0 for newer stanzas and warnings. @MisterDA

## v2.2.6 - 2022-02-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 1.11)
(lang dune 3.0)
(name ounit)
(explicit_js_mode)
2 changes: 1 addition & 1 deletion ounit2-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc: "https://gildor478.github.io/ounit/"
license: "MIT"
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.11.0"}
"dune" {>= "3.0"}
"lwt"
"seq"
"ounit2" {= version}
Expand Down
2 changes: 1 addition & 1 deletion ounit2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc: "https://gildor478.github.io/ounit/"
license: "MIT"
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.11.0"}
"dune" {>= "3.0"}
"base-unix"
"seq"
"stdlib-shims"
Expand Down
4 changes: 3 additions & 1 deletion test/common/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(library
(name testcommon)
(modules testCommonRunner segfault)
(c_names segfault)
(foreign_stubs
(names segfault)
(language c))
(wrapped false)
(libraries ounit2 ounit2.advanced))

0 comments on commit 613199c

Please sign in to comment.