|
1 | 1 | Cabal-version: 2.2
|
2 | 2 | Name: copilot-verifier
|
3 |
| -Version: 4.0 |
| 3 | +Version: 4.1 |
4 | 4 | Author: Galois Inc.
|
5 | 5 |
|
6 | 6 | Copyright: (c) Galois, Inc 2021-2024
|
@@ -45,9 +45,9 @@ common bldflags
|
45 | 45 | bv-sized >= 1.0.0 && < 1.1,
|
46 | 46 | bytestring,
|
47 | 47 | containers >= 0.5.9.0,
|
48 |
| - copilot-c99 >= 4.0 && < 4.1, |
49 |
| - copilot-core >= 4.0 && < 4.1, |
50 |
| - copilot-theorem >= 4.0 && < 4.1, |
| 48 | + copilot-c99 >= 4.1 && < 4.2, |
| 49 | + copilot-core >= 4.1 && < 4.2, |
| 50 | + copilot-theorem >= 4.1 && < 4.2, |
51 | 51 | crucible >= 0.7.1 && < 0.8,
|
52 | 52 | crucible-llvm >= 0.7 && < 0.8,
|
53 | 53 | crux >= 0.7.1 && < 0.8,
|
@@ -78,9 +78,9 @@ library copilot-verifier-examples
|
78 | 78 | hs-source-dirs: examples
|
79 | 79 | build-depends:
|
80 | 80 | case-insensitive,
|
81 |
| - copilot >= 4.0 && < 4.1, |
82 |
| - copilot-language >= 4.0 && < 4.1, |
83 |
| - copilot-prettyprinter >= 4.0 && < 4.1, |
| 81 | + copilot >= 4.1 && < 4.2, |
| 82 | + copilot-language >= 4.1 && < 4.2, |
| 83 | + copilot-prettyprinter >= 4.1 && < 4.2, |
84 | 84 | copilot-verifier
|
85 | 85 | exposed-modules:
|
86 | 86 | Copilot.Verifier.Examples
|
|
0 commit comments