|
1 | 1 | Cabal-version: 2.2 |
2 | 2 | Name: copilot-verifier |
3 | | -Version: 4.4 |
| 3 | +Version: 4.5 |
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.4 && < 4.5, |
49 | | - copilot-core >= 4.4 && < 4.5, |
50 | | - copilot-theorem >= 4.4 && < 4.5, |
| 48 | + copilot-c99 >= 4.5 && < 4.6, |
| 49 | + copilot-core >= 4.5 && < 4.6, |
| 50 | + copilot-theorem >= 4.5 && < 4.6, |
51 | 51 | crucible >= 0.7.1 && < 0.8, |
52 | 52 | crucible-llvm >= 0.7 && < 0.8, |
53 | 53 | crux >= 0.7.1 && < 0.8, |
@@ -80,10 +80,10 @@ library copilot-verifier-examples |
80 | 80 | hs-source-dirs: examples |
81 | 81 | build-depends: |
82 | 82 | case-insensitive, |
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, |
| 83 | + copilot >= 4.5 && < 4.6, |
| 84 | + copilot-language >= 4.5 && < 4.6, |
| 85 | + copilot-libraries >= 4.5 && < 4.6, |
| 86 | + copilot-prettyprinter >= 4.5 && < 4.6, |
87 | 87 | copilot-verifier |
88 | 88 | exposed-modules: |
89 | 89 | Copilot.Verifier.Examples |
|
0 commit comments