Browse Source

Fix opam file

Bad opam file format prevents dependencies from being installed.
Leo 8 years ago
parent
commit
71299ecdda
1 changed files with 1 additions and 1 deletions
  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" { build & >= "1.9.1" }
   "yojson"
   "base-threads"
   "core" {>= "112.35.00"}