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 20, 2021
1 parent 1404c81 commit 7db8969
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 130 deletions.
5 changes: 2 additions & 3 deletions ppx_import.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ tags: [ "syntax" ]

depends: [
"ocaml" { >= "4.04.2" }
"dune" { >= "1.11.0" }
"ppx_tools_versioned" { >= "5.4.0" }
"ocaml-migrate-parsetree" { >= "1.7.0" }
"dune" { >= "1.2.0" }
"ppxlib" { >= "0.22.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 7db8969

Please sign in to comment.