Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ commands:
command: |
opam repo -a add coq-extra-dev https://coq.inria.fr/opam/extra-dev
opam update
opam pin remove dune -n
opam install --deps-only .
opam install --deps-only . --skip-updates
- run:
name: List installed packages
command: opam list
Expand Down
3 changes: 1 addition & 2 deletions coq-itree-extra.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ tags: ["org:deepspec"]
homepage: "https://github.com/DeepSpec/InteractionTrees"
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
depends: [
"dune" {>= "3.14"}
"dune" {>= "2.6"}
"coq"
"coq-ext-lib"
"coq-paco"
"coq-itree"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/DeepSpec/InteractionTrees.git"
build: [
Expand Down
5 changes: 2 additions & 3 deletions coq-itree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ tags: ["org:deepspec"]
homepage: "https://github.com/DeepSpec/InteractionTrees"
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
depends: [
"dune" {>= "3.14"}
"dune" {>= "2.6"}
"coq" {>= "8.14"}
"coq-ext-lib" {>= "0.11.1"}
"coq-paco" {>= "4.2.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"build"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 3.14)
(using coq 0.7)
(lang dune 2.6)
(using coq 0.2)
(name coq-itree)
(version dev)
(maintainers "Li-yao Xia <[email protected]>")
Expand Down