Skip to content

Commit c120306

Browse files
committed
Bump submodules in preparation for supporting CVC5
The main payload of this commit is to bump the `what4` submodule to bring in the changes from GaloisInc/what4#204. This also brings in a variety of other submodule changes to accommodate this: * GaloisIns/crucible#1068, which ensures that everything can build against `tasty-sugar >= 2.0` (the version of the library that `what4-1.4` depends on). * GaloisInc/cryptol#1504, which adapts Cryptol to CVC5. This adjusts the lower and upper version bounds on SBV in Cryptol, so I do the same here in `saw-core.sbv.cabal` and `saw-script.cabal`. * GaloisInc/language-sally#12, which performs a similar `what4` adaptation. * GaloisInc/macaw#328, which performs a similar `what4` adaptation.
1 parent dbf2e31 commit c120306

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

saw-core-sbv/saw-core-sbv.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library
2020
lens,
2121
mtl,
2222
saw-core,
23-
sbv >= 8.10 && < 9.1,
23+
sbv >= 9.1 && < 9.3,
2424
text,
2525
transformers,
2626
vector

saw-script.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ library
8080
, saw-core-coq
8181
, saw-core-sbv
8282
, saw-core-what4
83-
, sbv >= 8.10 && < 9.1
83+
, sbv >= 9.1 && < 9.3
8484
, split
8585
, temporary
8686
, template-haskell

0 commit comments

Comments
 (0)