Skip to content

Commit 3361efb

Browse files
authored
Merge pull request #336 from NathanReb/fix-opam-build-cmd
Update dune lang to get proper opam file generation
2 parents 926dd4a + 714ab29 commit 3361efb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.2)
1+
(lang dune 2.7)
22

33
(name mdx)
44

mdx.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license: "ISC"
2121
homepage: "https://github.com/realworldocaml/mdx"
2222
bug-reports: "https://github.com/realworldocaml/mdx/issues"
2323
depends: [
24-
"dune" {>= "2.2"}
24+
"dune" {>= "2.7"}
2525
"ocaml" {>= "4.02.3"}
2626
"ocamlfind"
2727
"fmt" {>= "0.8.5"}
@@ -38,7 +38,7 @@ depends: [
3838
"alcotest" {with-test}
3939
]
4040
build: [
41-
["dune" "subst"] {pinned}
41+
["dune" "subst"] {dev}
4242
[
4343
"dune"
4444
"build"

0 commit comments

Comments
 (0)