Skip to content

Commit

Permalink
Update to dune 2.7
Browse files Browse the repository at this point in the history
This will ensure the the generated opam file doesn't have the erroneous
config noted in ocaml/dune#3647
  • Loading branch information
shonfeder authored and c-cube committed Oct 17, 2024
1 parent 0480969 commit 6d5e100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datalog.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ tags: ["datalog" "relational" "query" "prolog"]
homepage: "https://github.com/c-cube/datalog"
bug-reports: "https://github.com/c-cube/datalog/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7" & >= "2.7"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
"mdx" {>= "1.3" & with-test}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.0)
(lang dune 2.7)
(generate_opam_files true)

(name datalog)
Expand All @@ -13,7 +13,7 @@
(synopsis "An in-memory datalog implementation for OCaml")
(tags (datalog relational query prolog))
(depends
(dune ( >= "2.0" ))
(dune ( >= "2.7" ))
(ocaml ( >= "4.08" ))
(odoc :with-doc)
(mdx (and ( >= "1.3" ) :with-test))))

0 comments on commit 6d5e100

Please sign in to comment.