Parcourir la source

Update opam

+ Remove build flag for Atdgen, to test if it causes CI failures. Will
bring it back later.

Leo il y a 8 ans
Parent
commit
5d89631f5b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -19,7 +19,7 @@ install: [make "install"]
 remove: ["ocamlfind" "remove" "oclaunch"]
 depends: [
   "ocamlbuild"
-  "atdgen" {>= "1.9.1"} { build }
+  "atdgen" {>= "1.9.1"}
   "base-threads"
   "core" {>= "112.35.00"}
   "textutils"