Skip to content

Commit

Permalink
Update melange pin to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jun 26, 2023
1 parent d1ef669 commit 6d8bf50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setup-githooks: ## Setup githooks

.PHONY: pin
pin: ## Pin dependencies
@opam pin add melange "https://github.com/melange-re/melange.git#6b0bdb669fdbaa959809cc8014da54c9bc1222e6" -y
@opam pin add melange "https://github.com/melange-re/melange.git#da421be55e755096403425ed3c260486deab61f3" -y

.PHONY: create-switch
create-switch: ## Create opam switch
Expand Down
2 changes: 1 addition & 1 deletion lib/react/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
(name react)
(wrapped false)
(public_name server-reason-react.react)
(libraries melange.runtime js webapi html)
(libraries js webapi html)
(preprocess
(pps melange.ppx)))

0 comments on commit 6d8bf50

Please sign in to comment.