summary refs log tree commit diff
path: root/pkgs/top-level/coq-packages.nix
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-10-08 21:10:05 +0200
committerThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-10-08 21:10:05 +0200
commit34394a38efa222bf37192a0326935c1b066f9541 (patch)
tree5bef74b476a2d5e0ee2dde1f0f94f6cd1ebce808 /pkgs/top-level/coq-packages.nix
parent62cf2840bdadeeb5aceee4cd3a1947fb22496335 (diff)
downloadnixlib-34394a38efa222bf37192a0326935c1b066f9541.tar
nixlib-34394a38efa222bf37192a0326935c1b066f9541.tar.gz
nixlib-34394a38efa222bf37192a0326935c1b066f9541.tar.bz2
nixlib-34394a38efa222bf37192a0326935c1b066f9541.tar.lz
nixlib-34394a38efa222bf37192a0326935c1b066f9541.tar.xz
nixlib-34394a38efa222bf37192a0326935c1b066f9541.tar.zst
nixlib-34394a38efa222bf37192a0326935c1b066f9541.zip
ocamlPackages_3_11_2: remove
This requires removing also the Coq 8.3 and Matita 0.5.8 packages.

Coq 8.3 was released 8 years ago (2010) and there is no trace left
of users of this version (contrary to Coq 8.4, released 2012).
It is well over time to remove it.

Matita 0.5.8 was released in 2010 and because this version was still
used for teaching according to the official website, a legacy release
(0.5.9) was released in 5 years later to compile with more recent
OCaml libraries.
Updating to 0.5.9 (or a more recent version like 0.99.3) should allow
getting rid of the dependency on older OCaml but it is hard to test
given that the package is already broken before this update.
Diffstat (limited to 'pkgs/top-level/coq-packages.nix')
-rw-r--r--pkgs/top-level/coq-packages.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/top-level/coq-packages.nix b/pkgs/top-level/coq-packages.nix
index bc21137903af..305d9ba351ba 100644
--- a/pkgs/top-level/coq-packages.nix
+++ b/pkgs/top-level/coq-packages.nix
@@ -1,6 +1,5 @@
 { lib, callPackage, newScope, recurseIntoAttrs
 , gnumake3
-, ocamlPackages_3_12_1
 , ocamlPackages_4_02
 , ocamlPackages_4_05
 }:
@@ -56,12 +55,6 @@ in rec {
     let self = mkCoqPackages' self coq; in
     filterCoqPackages coq self;
 
-  coq_8_3 = callPackage ../applications/science/logic/coq/8.3.nix {
-    make = gnumake3;
-    inherit (ocamlPackages_3_12_1) ocaml findlib;
-    camlp5 = ocamlPackages_3_12_1.camlp5_transitional;
-    lablgtk = ocamlPackages_3_12_1.lablgtk_2_14;
-  };
   coq_8_4 = callPackage ../applications/science/logic/coq/8.4.nix {
     inherit (ocamlPackages_4_02) ocaml findlib lablgtk;
     camlp5 = ocamlPackages_4_02.camlp5_transitional;