Skip to content

Commit 1dd8994

Browse files
committed
Disable quotation opam module dependency
1 parent 8b5049f commit 1dd8994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq-metacoq.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"coq-metacoq-safechecker-plugin" {= version}
2525
"coq-metacoq-erasure-plugin" {= version}
2626
"coq-metacoq-translations" {= version}
27-
"coq-metacoq-quotation" {= version}
27+
# "coq-metacoq-quotation" {= version}
2828
]
2929
build: [
3030
["bash" "./configure.sh" ] {with-test}

0 commit comments

Comments
 (0)