Skip to content

Commit 15f5b03

Browse files
committed
Require building with Copilot 4.4. Refs #85.
1 parent a65b91b commit 15f5b03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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)