Skip to content

Commit

Permalink
Pin MetaCoq 8.19 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jan 16, 2025
1 parent b9530d2 commit 36da1bd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/coq-concert.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,27 @@ bug-reports: "https://github.com/AU-COBRA/ConCert/issues"
depends: [
"coq" {= "8.19.0"}
"coq-bignums" {= "9.0.0+coq8.19"}
"coq-metacoq-common" {= "1.3.1+8.19"}
"coq-metacoq-erasure" {= "1.3.1+8.19"}
"coq-metacoq-pcuic" {= "1.3.1+8.19"}
"coq-metacoq-safechecker" {= "1.3.1+8.19"}
"coq-metacoq-template" {= "1.3.1+8.19"}
"coq-metacoq-template-pcuic" {= "1.3.1+8.19"}
"coq-metacoq-utils" {= "1.3.1+8.19"}
"coq-metacoq-common" {= "1.3.2+8.19"}
"coq-metacoq-erasure" {= "1.3.2+8.19"}
"coq-metacoq-pcuic" {= "1.3.2+8.19"}
"coq-metacoq-safechecker" {= "1.3.2+8.19"}
"coq-metacoq-template" {= "1.3.2+8.19"}
"coq-metacoq-template-pcuic" {= "1.3.2+8.19"}
"coq-metacoq-utils" {= "1.3.2+8.19"}
"coq-rust-extraction" {= "0.1.0"}
"coq-elm-extraction" {= "0.1.0"}
"coq-quickchick" {= "2.0.4"}
"coq-stdpp" {= "1.10.0"}
]
pin-depends: [
["coq-metacoq-utils.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-common.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-template.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-template-pcuic.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-pcuic.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-safechecker.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-erasure.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
]
build: [
[make]
[make "examples"] {with-test}
Expand Down
10 changes: 10 additions & 0 deletions coq-concert.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ depends: [
"coq-stdpp" {>= "1.9.0" & < "1.11~"}
]

pin-depends: [
["coq-metacoq-utils.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-common.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-template.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-template-pcuic.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-pcuic.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-safechecker.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
["coq-metacoq-erasure.1.3.2+8.19" "git+https://github.com/MetaCoq/metacoq.git#a9f5da7534b62cda3c870e64f00998e7ee5485f5"]
]

build: [
[make]
[make "examples"] {with-test}
Expand Down
2 changes: 2 additions & 0 deletions extraction/tests/CameLIGOExtractionTests.v
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ From Coq Require Import String.

Import MCMonadNotation.

Context `{Blockchain.ChainBase}.

Local Close Scope bs_scope.
Local Open Scope string_scope.

Expand Down

0 comments on commit 36da1bd

Please sign in to comment.