Skip to content

Commit

Permalink
Update koika.opam
Browse files Browse the repository at this point in the history
  • Loading branch information
spacefrogg committed Oct 17, 2024
1 parent 36619cc commit 7d1f447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions koika.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ build: [
# ["dune" "build" "-p" name "@doc"] {with-doc}
]
depends: [
("coq" {>= "8.11"} | "coq-ltac2" {>= "0.3"})
("coq" {>= "8.18"} | "coq-ltac2" {>= "0.3"})
"base" {>= "0.12.2"}
"core" {>= "0.12.4"}
"core_unix" {>= "0.14.0"}
"dune" {build & >= "2.5"}
"dune" {build & >= "3.14"}
"hashcons" {>= "1.3"}
"parsexp" {>= "0.12.0"}
"ppx_jane" {>= "0.9.0"}
Expand Down
4 changes: 2 additions & 2 deletions koika.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ build: [
# ["dune" "build" "-p" name "@doc"] {with-doc}
]
depends: [
("coq" {>= "8.11"} | "coq-ltac2" {>= "0.3"})
("coq" {>= "8.18"} | "coq-ltac2" {>= "0.3"})
"base" {>= "0.12.2"}
"core" {>= "0.12.4"}
"core_unix" {>= "0.14.0"}
"dune" {build & >= "2.5"}
"dune" {build & >= "3.14"}
"hashcons" {>= "1.3"}
"parsexp" {>= "0.12.0"}
"ppx_jane" {>= "0.9.0"}
Expand Down

0 comments on commit 7d1f447

Please sign in to comment.