Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 6, 2022
1 parent db88952 commit 660be99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"Build system for Melange that defers to Dune for build orchestration")
(depends
ocaml
melange
(melange
(= :version))
(cmdliner
(>= "1.1.0"))
(luv
Expand Down
3 changes: 2 additions & 1 deletion mel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ bug-reports: "https://github.com/melange-re/melange/issues"
depends: [
"dune" {>= "3.5"}
"ocaml"
"melange"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
"luv" {>= "0.5.11"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
]
Expand Down
1 change: 0 additions & 1 deletion melange.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ depends: [
"melange-compiler-libs" {>= "0.0.1-414"}
"cmdliner" {>= "1.1.0"}
"base64" {>= "3.1.0"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"cppo" {build}
"ounit" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 660be99

Please sign in to comment.