Skip to content

Commit

Permalink
Dune: increase version. include subdirs
Browse files Browse the repository at this point in the history
This could fix the CI build. Fingers crossed.
  • Loading branch information
Columbus240 committed Sep 16, 2023
1 parent 4f34792 commit 12dd48f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.5)
(using coq 0.2)
(lang dune 3.9)
(using coq 0.8)
(name topology)
3 changes: 3 additions & 0 deletions theories/Topology/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
(name Topology)
(package coq-topology)
(synopsis "General topology in Coq")
(theories ZornsLemma)
(flags (:standard
-w -deprecated-hint-rewrite-without-locality
-w -deprecated-instance-without-locality)))

(include_subdirs qualified)
2 changes: 2 additions & 0 deletions theories/ZornsLemma/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
(flags (:standard
-w -deprecated-hint-rewrite-without-locality
-w -deprecated-instance-without-locality)))

(include_subdirs qualified)

0 comments on commit 12dd48f

Please sign in to comment.