浏览代码

Pin to ppx_parser git instead of fork

Rudy Ges 7 月之前
父节点
当前提交
f6e8fb347c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      haxe.opam

+ 1 - 1
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"]
 ]