summary refs log tree commit diff
path: root/pkgs/top-level/coq-packages.nix
diff options
context:
space:
mode:
authorCyril Cohen <cohen@crans.org>2019-06-04 09:54:42 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2019-07-02 12:01:36 +0000
commitd80148928b12ffa9c6cc320e107515aa7b7c7994 (patch)
tree20801965ed373a94e1c4ca2a7ef31b86d1441012 /pkgs/top-level/coq-packages.nix
parent1556781737d75688f240485ed448b4b4184ca882 (diff)
downloadnixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar.gz
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar.bz2
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar.lz
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar.xz
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.tar.zst
nixpkgs-d80148928b12ffa9c6cc320e107515aa7b7c7994.zip
coqPackages: fix + add multinomials 1.3 + coqeal 1.0.0
Diffstat (limited to 'pkgs/top-level/coq-packages.nix')
-rw-r--r--pkgs/top-level/coq-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/coq-packages.nix b/pkgs/top-level/coq-packages.nix
index 524f3bf4399..8a987c6cf14 100644
--- a/pkgs/top-level/coq-packages.nix
+++ b/pkgs/top-level/coq-packages.nix
@@ -54,17 +54,17 @@ let
         mathcomp-ssreflect_1_9 mathcomp-fingroup_1_9 mathcomp-algebra_1_9
         mathcomp-solvable_1_9 mathcomp-field_1_9 mathcomp-character_1_9;
       inherit (callPackage ../development/coq-modules/mathcomp/extra.nix { })
-        mathcompExtraGen multinomials
+        mathcompExtraGen multinomials coqeal
 
         mathcomp-finmap mathcomp-bigenough mathcomp-analysis
-        mathcomp-multinomials mathcomp-real-closed
+        mathcomp-multinomials mathcomp-real-closed mathcomp-coqeal
 
         mathcomp_1_7-finmap mathcomp_1_7-bigenough mathcomp_1_7-analysis
         mathcomp_1_7-multinomials mathcomp_1_7-real-closed
         mathcomp_1_7-finmap_1_0
 
         mathcomp_1_8-finmap mathcomp_1_8-bigenough mathcomp_1_8-analysis
-        mathcomp_1_8-multinomials mathcomp_1_8-real-closed
+        mathcomp_1_8-multinomials mathcomp_1_8-real-closed mathcomp_1_8-coqeal
 
         mathcomp_1_9-finmap mathcomp_1_9-bigenough mathcomp_1_9-analysis
         mathcomp_1_9-multinomials mathcomp_1_9-real-closed;