Skip to content

Commit

Permalink
chore: update pin depends for OCaml 5.3 (#1207)
Browse files Browse the repository at this point in the history
* chore: update pin depends for OCaml 5.3

* don't pint utop
  • Loading branch information
anmonteiro authored Nov 3, 2024
1 parent f4612d0 commit 278ce2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(synopsis "Toolchain to produce JS from Reason/OCaml")
(depends
(ocaml
(>= "5.2"))
(>= "5.3"))
(cmdliner
(>= "1.1.0"))
dune-build-info
Expand Down
6 changes: 2 additions & 4 deletions melange.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/melange-re/melange"
bug-reports: "https://github.com/melange-re/melange/issues"
depends: [
"dune" {>= "3.13"}
"ocaml" {>= "5.2"}
"ocaml" {>= "5.3"}
"cmdliner" {>= "1.1.0"}
"dune-build-info"
"cppo" {build}
Expand Down Expand Up @@ -36,7 +36,5 @@ build: [
]
dev-repo: "git+https://github.com/melange-re/melange.git"
pin-depends: [
[ "reason.dev" "git+https://github.com/reasonml/reason.git#anmonteiro/ocaml-5.3" ]
[ "merlin-extend.dev" "git+https://github.com/anmonteiro/merlin-extend.git#anmonteiro/ocaml-5.3" ]
[ "utop.dev" "git+https://github.com/anmonteiro/utop.git#anmonteiro/ocaml-5.3" ]
[ "reason.dev" "git+https://github.com/reasonml/reason.git" ]
]
4 changes: 1 addition & 3 deletions melange.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pin-depends: [
[ "reason.dev" "git+https://github.com/reasonml/reason.git#anmonteiro/ocaml-5.3" ]
[ "merlin-extend.dev" "git+https://github.com/anmonteiro/merlin-extend.git#anmonteiro/ocaml-5.3" ]
[ "utop.dev" "git+https://github.com/anmonteiro/utop.git#anmonteiro/ocaml-5.3" ]
[ "reason.dev" "git+https://github.com/reasonml/reason.git" ]
]

0 comments on commit 278ce2a

Please sign in to comment.