eliom: requires OCaml >= 4

This commit is contained in:
Vincent Laporte 2015-10-15 00:29:33 +02:00
parent 9d106f72e2
commit e468b311bc

@ -3,6 +3,8 @@
ipaddr, ocamlnet, ocaml_ssl, ocaml_pcre, ocaml_optcomp,
reactivedata, opam}:
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4";
stdenv.mkDerivation rec
{
pname = "eliom";