this repo has no description

Fix an oversight in opam file for pa_ppx_regexp.0.03

the version constraint for pa_ppx was "= 0.15", but needed to be ">=".

Chet Murthy e133d15e a66a58bd

Changed files
+1 -1
packages
pa_ppx_regexp
pa_ppx_regexp.0.03
+1 -1
packages/pa_ppx_regexp/pa_ppx_regexp.0.03/opam
···
"ocaml" { >= "4.10.0" }
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.01.00" }
-
"pa_ppx" { = "0.15" }
"pa_ppx_migrate" { >= "0.10" }
"pa_ppx_static" { >= "0.01" }
"not-ocamlfind" { >= "0.10" }
···
"ocaml" { >= "4.10.0" }
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.01.00" }
+
"pa_ppx" { >= "0.15" }
"pa_ppx_migrate" { >= "0.10" }
"pa_ppx_static" { >= "0.01" }
"not-ocamlfind" { >= "0.10" }