ADD Limit availability to ocaml 4.03+
1 files changed, 3 insertions(+), 1 deletions(-)

M hll.conf
M hll.conf +3 -1
@@ 13,5 13,7 @@ url_protocol = "http"
 
 build_deps = ["merlin-of-pds"]
 
+available = "ocaml-version >= \"4.03\""
+
 [deps_map]
-ppx_deriving = ["ppx_deriving.show", "ppx_deriving.eq"]
  No newline at end of file
+ppx_deriving = ["ppx_deriving.show", "ppx_deriving.eq"]