Skip to content

Commit bef1892

Browse files
committed
migration to Coq 8.7
1 parent 0751a8e commit bef1892

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ cv/*.out
7373
# -----------------------------------------------------------------------------
7474

7575
\#*\#
76-
*.vo
76+
*.vo
7777
*.v.d
7878
*.glob
7979
.coq-native
8080
Makefile.coq
8181
extraction/**/*.mli
8282
extraction/**/*.ml
8383
_build
84-
*.d.byte
84+
*.d.byte
85+
Makefile.coq.conf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ the GitHub repository; the following dependencies are necessary.
1515

1616
### Requirements
1717

18-
* Coq 8.6 (available from https://coq.inria.fr/download)
18+
* Coq 8.7 (available from https://coq.inria.fr/download)
1919
* Mathematical Components 1.6.1 (http://math-comp.github.io/math-comp/)
20-
* OCaml 4.02.3 or later (to compile and run the extracted applications)
20+
* OCaml 4.05.0 or later (to compile and run the extracted applications)
2121

2222
If Coq is not installed such that its binaries like `coqc` and
2323
`coq_makefile` are in the `PATH`, then the `COQBIN` environment variable

_CoqProject

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-Q . DiSeL
2+
-arg "-w -notation-overridden,-local-declaration,-redundant-canonical-projection,-projection-no-head-constant"
3+
14
-R . DiSeL
25
Heaps/coding.v
36
Heaps/domain.v
@@ -28,7 +31,7 @@ Core/Process.v
2831
Core/Always.v
2932
Core/HoareTriples.v
3033
Core/InferenceRules.v
31-
Core/While.v
34+
Core/While.v
3235
Core/DiSeLExtraction.v
3336
Examples/SeqLib.v
3437
Examples/Greeter/Greeter.v

0 commit comments

Comments
 (0)