Browse Source

Update depends in opam file (#10243)

* Use `camlp` 8.00 (stable - bump from 8.00-alpha05)

Signed-off-by: Daniel Llewellyn <[email protected]>
Daniel Llewellyn 4 years ago
parent
commit
db72b31390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -22,7 +22,7 @@ depends: [
   "ocaml" {>= "4.02"}
   "ocaml" {>= "4.02"}
   "ocamlfind" {build}
   "ocamlfind" {build}
   "dune" {>= "1.11"}
   "dune" {>= "1.11"}
-  "camlp5" {build & = "8.00~alpha05"}
+  "camlp5" {build & = "8.00"}
   "sedlex" {>= "2.0"}
   "sedlex" {>= "2.0"}
   "xml-light"
   "xml-light"
   "extlib" {>= "1.7.8"}
   "extlib" {>= "1.7.8"}