Skip to content

Commit

Permalink
migrate to ppxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed May 17, 2021
1 parent d8b346c commit ceb74c5
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 131 deletions.
3 changes: 1 addition & 2 deletions ppx_import.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ tags: [ "syntax" ]
depends: [
"ocaml" { >= "4.04.2" }
"dune" { >= "1.2.0" }
"ppx_tools_versioned" { >= "5.4.0" }
"ocaml-migrate-parsetree" { >= "1.7.0" }
"ppxlib" { >= "0.21.0" }
"ounit" { with-test }
"ppx_deriving" { with-test & >= "4.2.1" }
]
Expand Down
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
(public_name ppx_import)
(kind ppx_rewriter)
(preprocess
(pps ppx_tools_versioned.metaquot_411))
(libraries ppx_tools_versioned ocaml-migrate-parsetree))
(pps ppxlib.metaquot))
(libraries ppxlib))

(rule
(deps
Expand Down
Loading

0 comments on commit ceb74c5

Please sign in to comment.