Skip to content

Commit 3553666

Browse files
committed
Revert lower bound on dune (reverts 9ef8d22)
1 parent a041f90 commit 3553666

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

coq-itree-extra.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ tags: ["org:deepspec"]
1111
homepage: "https://github.com/DeepSpec/InteractionTrees"
1212
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
1313
depends: [
14-
"dune" {>= "3.14"}
14+
"dune" {>= "2.6"}
1515
"coq"
1616
"coq-ext-lib"
1717
"coq-paco"
1818
"coq-itree"
19-
"odoc" {with-doc}
2019
]
2120
dev-repo: "git+https://github.com/DeepSpec/InteractionTrees.git"
2221
build: [

coq-itree.opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ tags: ["org:deepspec"]
1818
homepage: "https://github.com/DeepSpec/InteractionTrees"
1919
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
2020
depends: [
21-
"dune" {>= "3.14"}
21+
"dune" {>= "2.6"}
2222
"coq" {>= "8.14"}
2323
"coq-ext-lib" {>= "0.11.1"}
2424
"coq-paco" {>= "4.2.1"}
25-
"odoc" {with-doc}
2625
]
2726
build: [
28-
["dune" "subst"] {dev}
27+
["dune" "subst"] {pinned}
2928
[
3029
"dune"
3130
"build"

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(lang dune 3.14)
2-
(using coq 0.7)
1+
(lang dune 2.6)
2+
(using coq 0.2)
33
(name coq-itree)
44
(version dev)
55
(maintainers "Li-yao Xia <lysxia@gmail.com>")

0 commit comments

Comments
 (0)