Browse Source

build with sedlex <= 1.99.4 (#7958)

Andy Li 6 years ago
parent
commit
d30b8cc7ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -15,7 +15,7 @@ remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
 depends: [
   "ocamlfind"           {build}
   "camlp4"              {build}
-  "sedlex"              {build}
+  "sedlex"              {build & <= "1.99.4"} #https://github.com/HaxeFoundation/haxe/issues/7958
   "ppx_tools_versioned" {build & != "5.2.1"} #https://github.com/alainfrisch/sedlex/issues/64
   "xml-light"           {build}
   "extlib"              {build & >= "1.7"}