mfp / ocaml-sqlexpr

Minimalistic syntax extension for type-safe, convenient execution of SQL statements.
Other
86 stars 17 forks source link

Switch from deprecated ppx_core to ppxlib #40

Open copy opened 5 years ago

copy commented 5 years ago

ppx_core has been deprecated and merged into ppxlib. Currently, trying to install ppx_sqlexpr causes a downgrade:

% opam install ppx_sqlexpr
The following actions will be performed:
  ↘ downgrade ppxlib                  0.5.0 to 0.2.2     [required by ppx_core]
  ∗ install   ppx_core                v0.11.0            [required by ppx_sqlexpr]
…
Lupus commented 5 years ago

@copy looks like just replacing ppx_core with ppxlib solves the issue. I've created a PR on this (it got linked in this thread), you can try it out. Works for me so far.

meadofpoetry commented 5 years ago

@mfp A gentle ping on that. Could this be merged?

ygrek commented 4 years ago

ping