Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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