aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-07 10:49:30 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-07 10:49:30 +0000
commit3b66b994f4a27c8a2660d1d335e6bc41ebfe795f (patch)
treecbd1097107acaf775138ad4e9c54dea47d0a63a9
parent85017939d3e2903f84f17391c974b505bd1ae0cf (diff)
Document grammar.cma->unix.cma dependency in CHANGES
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13084 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9c56adc3d..e41dbdd06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -280,6 +280,10 @@ Internal infrastructure
the ocamlbuild system. In particular "make" takes advantage
of .mllib files for building .cma/.cmxa. The .vo files to
compile are now listed in several vo.itarget files.
+- A dependency to Unix has been added to grammar.cma. Compilation of
+ ML files preprocessed with camlp[45] using this library must also
+ load unix.cma. It is recommended to use Makefiles generated by
+ coq_makefile, which handle this transparently.
Changes from V8.1 to V8.2
=========================