Commit e95a2343 authored by Pierre Roux's avatar Pierre Roux Committed by Vincent Laporte
Browse files

Refine dependencies from mathcomp-ssreflect to mathcomp-boot

parent 0401f9a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  mkCoqDerivation,
  coq,
  ssreflect,
  mathcomp-boot,
  ExtLib,
  simple-io,
  version ? null,
@@ -17,7 +17,7 @@ in
  inherit version;
  defaultVersion =
    lib.switch
      [ coq.coq-version ssreflect.version ]
      [ coq.coq-version mathcomp-boot.version ]
      [
        {
          cases = [
@@ -127,7 +127,7 @@ in
  mlPlugin = true;
  nativeBuildInputs = lib.optional recent coq.ocamlPackages.ocamlbuild;
  propagatedBuildInputs =
    [ ssreflect ]
    [ mathcomp-boot ]
    ++ lib.optionals recent [
      ExtLib
      simple-io
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  mkCoqDerivation,
  coq,
  mathcomp-ssreflect,
  mathcomp-boot,
  stdlib,
  version ? null,
}:
@@ -35,7 +35,7 @@ mkCoqDerivation {
    ] null;

  propagatedBuildInputs = [
    mathcomp-ssreflect
    mathcomp-boot
    stdlib
  ];

+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  autoconf,
  coq,
  stdlib,
  ssreflect,
  mathcomp-boot,
  version ? null,
}:

@@ -59,7 +59,7 @@ mkCoqDerivation {
  nativeBuildInputs = [ autoconf ];
  propagatedBuildInputs = [
    stdlib
    ssreflect
    mathcomp-boot
  ];
  useMelquiondRemake.logpath = "Coquelicot";

+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  mkCoqDerivation,
  coq,
  version ? null,
  ssreflect,
  mathcomp-boot,
  deriving,
}:

@@ -15,7 +15,7 @@
  defaultVersion =
    with lib.versions;
    lib.switch
      [ coq.coq-version ssreflect.version ]
      [ coq.coq-version mathcomp-boot.version ]
      [
        {
          cases = [
@@ -63,7 +63,7 @@
  release."0.3.0".sha256 = "sha256:14rm0726f1732ldds495qavg26gsn30w6dfdn36xb12g5kzavp38";
  release."0.2.2".sha256 = "sha256:1clzza73gccy6p6l95n6gs0adkqd3h4wgl4qg5l0qm4q140grvm7";

  propagatedBuildInputs = [ ssreflect ];
  propagatedBuildInputs = [ mathcomp-boot ];

  meta = with lib; {
    description = "Finite data structures with extensional reasoning";
+2 −2
Original line number Diff line number Diff line
@@ -64,9 +64,9 @@ mkCoqDerivation {
      null;

  propagatedBuildInputs = [
    mathcomp.algebra
    mathcomp.ssreflect
    mathcomp.boot
    mathcomp.fingroup
    mathcomp.algebra
  ];

  meta = with lib; {
Loading