From 2eb778033fe37fa26adaf41d48fc630ef66c9d1d Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 10 Sep 2020 21:58:31 +0200 Subject: [build] Don't link `num` anymore in Coq After #8743 we don't depend on `num` anymore in the codebase; thus we drop the dependency. This could create problems for plugins relying on this implicit linking. --- .../11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst (limited to 'doc') diff --git a/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst b/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst new file mode 100644 index 0000000000..c142eec561 --- /dev/null +++ b/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst @@ -0,0 +1,4 @@ +- **Removed:** + The `num` library is not linked to Coq anymore + (`#13007 `_, + by Emilio Jesus Gallego Arias). -- cgit v1.2.3