Skip to content

Commit

Permalink
Require coq-paco >= 4.2.1 rather than 4.1.2.
Browse files Browse the repository at this point in the history
The change from 4.2.0 to 4.2.1 was what caused the previous build
breakage.

Also update the comment about it to reflect this.
  • Loading branch information
sauclovian-g committed Oct 16, 2024
1 parent 6683dbc commit 75f40fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocamlfind"
"coq" {>= "8.15" & < "8.16"}
"coq-itree" {>= "5.2" & < "5.3"}
"coq-paco" {>= "4.1.2"}
"coq-paco" {>= "4.2.1"}
]
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion theories/Ref/EnTreeSpecFacts.v
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Proof.
* constructor; auto. intros. eapply H0 in H2. right. pclearbot.
eapply CIH; eauto with solve_padded.
2 : apply REL.
(* these bits no longer needed 20241014 *)
(* these bits no longer needed with coq-paco 4.2.1 *)
(* 2 : destruct H2; try contradiction; auto. *)
inv Hpad1. inj_existT. subst. pstep.
constructor. auto.
Expand Down

0 comments on commit 75f40fe

Please sign in to comment.