ocaml-x509: set mininimum supported ocaml version

This commit is contained in:
sternenseemann 2016-11-18 14:14:15 +01:00
parent d1b4358453
commit 5cc3f16f39

View File

@ -4,6 +4,8 @@ buildOcaml rec {
name = "x509";
version = "0.5.3";
mininimumSupportedOcamlVersion = "4.02";
src = fetchFromGitHub {
owner = "mirleft";
repo = "ocaml-x509";