summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-06-20 18:24:40 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-06-20 18:24:40 +0200
commit8e7b1f2ac2e261d5a644fef860a0d050ea227c06 (patch)
tree995d29725f4897b840b4018e7dafec764c3885a7 /pkgs/development/ocaml-modules
parent0fea0534611848eb1f4c8c8133ea6ec348e78f0d (diff)
downloadnixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar.gz
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar.bz2
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar.lz
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar.xz
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.tar.zst
nixpkgs-8e7b1f2ac2e261d5a644fef860a0d050ea227c06.zip
ocaml-herelib: works also with OCaml-4.0+
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/herelib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/herelib/default.nix b/pkgs/development/ocaml-modules/herelib/default.nix
index fd955602844..716e31b2bfe 100644
--- a/pkgs/development/ocaml-modules/herelib/default.nix
+++ b/pkgs/development/ocaml-modules/herelib/default.nix
@@ -4,7 +4,7 @@ buildOcaml rec {
   version = "109.35.02";
   name = "herelib";
 
-  minimumSupportedOcamlVersion = "4.02";
+  minimumSupportedOcamlVersion = "4.00";
 
   src = fetchurl {
     url = "https://github.com/janestreet/herelib/archive/${version}.tar.gz";