Skip to content

Commit 462a6f5

Browse files
committed
bump to dune 3.13
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: d0c60b0f-4aee-46ac-8e2d-3e5f52288b3c -->
1 parent 202f97a commit 462a6f5

File tree

6 files changed

+26
-11
lines changed

6 files changed

+26
-11
lines changed

contrib/dune

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(coq.theory
22
(name HoTT.Contrib)
33
(package coq-hott)
4-
(flags -noinit -indices-matter -color on)
5-
(coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments)
64
(theories HoTT))

coq-hott.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license: "BSD-2-Clause"
1616
homepage: "http://homotopytypetheory.org/"
1717
bug-reports: "https://github.com/HoTT/HoTT/issues"
1818
depends: [
19-
"dune" {>= "3.8"}
19+
"dune" {>= "3.13"}
2020
"coq" {>= "8.18.0"}
2121
"odoc" {with-doc}
2222
]

dune

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,25 @@
6262
(glob_files_rec contrib/*.v)))
6363
(action
6464
(run etc/emacs/run-etags.sh %{vfile})))
65+
66+
; Common flags for Coq
67+
68+
(env
69+
(dev
70+
(coq
71+
(coqdoc_flags
72+
:standard
73+
--interpolate
74+
--utf8
75+
--no-externals
76+
--parse-comments)
77+
(flags -noinit -indices-matter -color on)))
78+
(_
79+
(coq
80+
(coqdoc_flags
81+
:standard
82+
--interpolate
83+
--utf8
84+
--no-externals
85+
--parse-comments)
86+
(flags -noinit -indices-matter))))

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.8)
1+
(lang dune 3.13)
22

33
(using coq 0.8)
44

test/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(coq.theory
22
(name HoTT.Tests)
3-
(theories HoTT)
4-
(flags -noinit -indices-matter -color on)
5-
(coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments))
3+
(theories HoTT))
64

75
(include_subdirs qualified)
86

theories/dune

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66

77
(coq.theory
88
(name HoTT)
9-
(package coq-hott)
10-
(modules :standard)
11-
(flags -noinit -indices-matter -color on)
12-
(coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments))
9+
(package coq-hott))

0 commit comments

Comments
 (0)