From f6e8fb347c5c48566e454c46fe5efb2e82bff92f Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Wed, 11 Dec 2024 09:22:16 +0100 Subject: [PATCH] Pin to ppx_parser git instead of fork --- haxe.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe.opam b/haxe.opam index 03950c8248b..2c856f8de4e 100644 --- a/haxe.opam +++ b/haxe.opam @@ -36,5 +36,5 @@ depends: [ "terminal_size" ] pin-depends: [ - ["ppx_parser.dev" "git+https://github.com/tobil4sk/ppx_parser#relax-ocaml-constraint"] + ["ppx_parser.dev" "git+https://github.com/NielsMommen/ppx_parser"] ]