about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-10-14 19:27:33 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-10-14 19:27:33 +0200
commit37d731790b071403502e5eb636d4cfe7ba967c90 (patch)
tree44e719fb0c092f21ed48bfa0603ad58ce0d95f52 /pkgs/development/tools/ocaml
parent0da6fb5fa5a1cc8181996fbfa447c0754b8b9fca (diff)
downloadnixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar.gz
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar.bz2
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar.lz
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar.xz
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.tar.zst
nixlib-37d731790b071403502e5eb636d4cfe7ba967c90.zip
ocp-index: requires OCaml >= 4
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/ocp-index/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/ocp-index/default.nix b/pkgs/development/tools/ocaml/ocp-index/default.nix
index c901d676b90e..76be5f8bd47d 100644
--- a/pkgs/development/tools/ocaml/ocp-index/default.nix
+++ b/pkgs/development/tools/ocaml/ocp-index/default.nix
@@ -2,7 +2,7 @@
 
 let inherit (stdenv.lib) getVersion versionAtLeast optional; in
 
-assert versionAtLeast (getVersion ocaml) "3.12.1";
+assert versionAtLeast (getVersion ocaml) "4";
 assert versionAtLeast (getVersion ocpBuild) "1.99.6-beta";
 assert versionAtLeast (getVersion ocpIndent) "1.4.2";