Skip to content

Commit

Permalink
Merge pull request #77 from Copilot-Language/T76-copilot-verifier-4.2
Browse files Browse the repository at this point in the history
Require building with Copilot 4.2. Refs #76.
  • Loading branch information
RyanGlScott authored Jan 20, 2025
2 parents 26d5649 + c355139 commit 93d09ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions copilot-verifier/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2025-01-20
* Version bump (4.2). (#76)
* Reject specs that use multiple triggers with the same name. (#74)

2024-11-08
Expand Down
14 changes: 7 additions & 7 deletions copilot-verifier/copilot-verifier.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: copilot-verifier
Version: 4.1
Version: 4.2
Author: Galois Inc.
Maintainer: rscott@galois.com
Copyright: (c) Galois, Inc 2021-2024
Expand Down Expand Up @@ -45,9 +45,9 @@ common bldflags
bv-sized >= 1.0.0 && < 1.1,
bytestring,
containers >= 0.5.9.0,
copilot-c99 >= 4.1 && < 4.2,
copilot-core >= 4.1 && < 4.2,
copilot-theorem >= 4.1 && < 4.2,
copilot-c99 >= 4.2 && < 4.3,
copilot-core >= 4.2 && < 4.3,
copilot-theorem >= 4.2 && < 4.3,
crucible >= 0.7.1 && < 0.8,
crucible-llvm >= 0.7 && < 0.8,
crux >= 0.7.1 && < 0.8,
Expand Down Expand Up @@ -78,9 +78,9 @@ library copilot-verifier-examples
hs-source-dirs: examples
build-depends:
case-insensitive,
copilot >= 4.1 && < 4.2,
copilot-language >= 4.1 && < 4.2,
copilot-prettyprinter >= 4.1 && < 4.2,
copilot >= 4.2 && < 4.3,
copilot-language >= 4.2 && < 4.3,
copilot-prettyprinter >= 4.2 && < 4.3,
copilot-verifier
exposed-modules:
Copilot.Verifier.Examples
Expand Down

0 comments on commit 93d09ce

Please sign in to comment.