Skip to content

Commit

Permalink
Change jbuild libraries from re.pcre to re.perl.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Mar 1, 2018
1 parent e3f2d2e commit faf2235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
(kind ppx_rewriter)
(modules (ppx_regexp))
(preprocess (pps (ppx_tools_versioned.metaquot_404)))
(libraries (re re.pcre ocaml-migrate-parsetree))))
(libraries (re re.perl ocaml-migrate-parsetree))))

(executables
((names (test_ppx_regexp))
(modules (test_ppx_regexp))
(libraries (re re.pcre))
(libraries (re re.perl))
(preprocess (pps (ppx_regexp)))))

(alias
Expand Down

0 comments on commit faf2235

Please sign in to comment.