Skip to content

Commit

Permalink
remove now-unsupported ppxlib driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ceastlund authored and jeremiedimino committed Aug 6, 2020
1 parent 279be4d commit ffd80ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
(name migrate_parsetree)
(public_name ocaml-migrate-parsetree)
(libraries compiler-libs.common)
(preprocess (action (run %{exe:../tools/pp.exe} %{read:ast-version} %{input-file})))
(ppx.driver
(main Migrate_parsetree.Driver.run_main)
(flags --dump-ast)
(lint_flags --null)))
(preprocess (action (run %{exe:../tools/pp.exe} %{read:ast-version} %{input-file}))))

(rule
(targets ast-version)
Expand Down

0 comments on commit ffd80ec

Please sign in to comment.