Skip to content

Commit

Permalink
Update dune version
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-d committed Aug 19, 2021
1 parent 60c634d commit eaac9bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.0)
(lang dune 2.7)
(name ppx_make)
(version "0.2.0")
(version "0.2.1")

(generate_opam_files true)

Expand All @@ -14,6 +14,6 @@
(name ppx_make)
(synopsis "Ppxlib based make deriver")
(depends
(dune (>= 2.0.0))
(dune (>= 2.7.0))
(ppxlib (>= 0.10.0))
(ounit2 :with-test)))
5 changes: 3 additions & 2 deletions ppx_make.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ homepage: "https://github.com/erebuxy/ppx_make"
doc: "https://github.com/erebuxy/ppx_make"
bug-reports: "https://github.com/erebuxy/ppx_make/issues"
depends: [
"dune" {>= "2.0.0"}
"dune" {>= "2.7" & >= "2.7.0"}
"ppxlib" {>= "0.10.0"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit eaac9bd

Please sign in to comment.