aboutsummaryrefslogtreecommitdiff
path: root/proofs/dune
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-04-10 16:24:27 +0200
committerGaëtan Gilbert2019-04-10 16:24:27 +0200
commitb177e7b9991e81ec3c9c145f04ca3a896f756fd9 (patch)
tree992d942745587a31b263509d046b4a0b6a82e7a2 /proofs/dune
parentdcf6560f00fde4a2564ba8489cdd34e7bdea5cfa (diff)
parent54fdae0929f2a05a89cd5c463b9a739ab2e239b8 (diff)
Merge PR #9910: [api] [proofs] Remove dependency of proofs on interp.
Reviewed-by: SkySkimmer
Diffstat (limited to 'proofs/dune')
-rw-r--r--proofs/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/dune b/proofs/dune
index 679c45f6bf..36e9799998 100644
--- a/proofs/dune
+++ b/proofs/dune
@@ -3,4 +3,4 @@
(synopsis "Coq's Higher-level Refinement Proof Engine and Top-level Proof Structure")
(public_name coq.proofs)
(wrapped false)
- (libraries interp))
+ (libraries pretyping))