summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-03-04 11:32:42 +0100
committervbgl <vbgl@users.noreply.github.com>2017-03-05 14:14:24 +0100
commit9eec46189078e49708fdea6c74706bb9b68fa8fd (patch)
tree7feabe10f9ed49832ef32ee9aed2568588f1cd01 /pkgs/top-level
parent316e7d67646d2d12382871ca439db99ba168740c (diff)
coq_8_4: ocaml dependency 4.01 -> 4.02
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f3a660dc7108..7cc02cb95834 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17132,8 +17132,8 @@ with pkgs;
lablgtk = ocamlPackages_3_12_1.lablgtk_2_14;
};
coq_8_4 = callPackage ../applications/science/logic/coq/8.4.nix {
- inherit (ocamlPackages_4_01_0) ocaml findlib lablgtk;
- camlp5 = ocamlPackages_4_01_0.camlp5_transitional;
+ inherit (ocamlPackages_4_02) ocaml findlib lablgtk;
+ camlp5 = ocamlPackages_4_02.camlp5_transitional;
};
coq_8_5 = callPackage ../applications/science/logic/coq {
version = "8.5pl3";