Skip to content

Commit cea9f8e

Browse files
authored
Merge pull request #86 from Copilot-Language/T85-release-4.4
Require building with Copilot 4.4. Refs #85.
2 parents a65b91b + d20fc8f commit cea9f8e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

copilot-verifier/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-08
2+
* Version bump (4.4). (#85)
3+
14
2025-03-10
25
* Version bump (4.3). (#82)
36
* Add `smtSolver` option to `VerifierOptions`. (#78)

copilot-verifier/copilot-verifier.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: copilot-verifier
3-
Version: 4.3
3+
Version: 4.4
44
Author: Galois Inc.
55
Maintainer: rscott@galois.com
66
Copyright: (c) Galois, Inc 2021-2024
@@ -45,9 +45,9 @@ common bldflags
4545
bv-sized >= 1.0.0 && < 1.1,
4646
bytestring,
4747
containers >= 0.5.9.0,
48-
copilot-c99 >= 4.3 && < 4.4,
49-
copilot-core >= 4.3 && < 4.4,
50-
copilot-theorem >= 4.3 && < 4.4,
48+
copilot-c99 >= 4.4 && < 4.5,
49+
copilot-core >= 4.4 && < 4.5,
50+
copilot-theorem >= 4.4 && < 4.5,
5151
crucible >= 0.7.1 && < 0.8,
5252
crucible-llvm >= 0.7 && < 0.8,
5353
crux >= 0.7.1 && < 0.8,
@@ -80,10 +80,10 @@ library copilot-verifier-examples
8080
hs-source-dirs: examples
8181
build-depends:
8282
case-insensitive,
83-
copilot >= 4.3 && < 4.4,
84-
copilot-language >= 4.3 && < 4.4,
85-
copilot-libraries >= 4.3 && < 4.4,
86-
copilot-prettyprinter >= 4.3 && < 4.4,
83+
copilot >= 4.4 && < 4.5,
84+
copilot-language >= 4.4 && < 4.5,
85+
copilot-libraries >= 4.4 && < 4.5,
86+
copilot-prettyprinter >= 4.4 && < 4.5,
8787
copilot-verifier
8888
exposed-modules:
8989
Copilot.Verifier.Examples

0 commit comments

Comments
 (0)