Skip to content

Commit

Permalink
bump to Dune 3.5 or later and Dune-Coq 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jul 24, 2024
1 parent 05942fe commit bca0798
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
custom_image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-numbers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Elements of Mathematics in Coq using the Mathematical Components library."""

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-ordinals.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the Mathematical Components library."""

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-gaia-theory-of-sets" {= version}
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-schutte.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ following the approaches of Schütte and Ackermann."""

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-stern.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Mathematical Components library."""

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-theory-of-sets.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Elements of Mathematics in Coq using the Mathematical Components library."""

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
]
Expand Down
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.8)
(using coq 0.3)
(lang dune 3.5)
(using coq 0.6)
(name gaia)

0 comments on commit bca0798

Please sign in to comment.