-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1317 from GaloisInc/update-deps
Update submodules.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule crucible
updated
16 files
Submodule cryptol
updated
63 files
Submodule cryptol-specs
updated
2 files
+0 −1 | Common/EC/PrimeField/PFEC.cry | |
+1 −1 | Primitive/Symmetric/Cipher/Block/SHACAL.cry |
Submodule dwarf
updated
5 files
+4 −6 | .github/workflows/ci.yaml | |
+1 −1 | galois-dwarf.cabal | |
+1 −0 | src/Data/Dwarf.hs | |
+30 −9 | src/Data/Dwarf/CFA.hs | |
+10 −6 | src/Data/Dwarf/Frame.hs |
Submodule macaw
updated
19 files
+15 −0 | .github/update-freeze | |
+3 −3 | .github/workflows/ci.yaml | |
+1 −1 | base/macaw-base.cabal | |
+297 −224 | base/src/Data/Macaw/Analysis/RegisterUse.hs | |
+43 −35 | cabal.project.freeze.ghc-8.10.4 | |
+56 −42 | cabal.project.freeze.ghc-8.6.5 | |
+56 −42 | cabal.project.freeze.ghc-8.8.4 | |
+1 −1 | deps/crucible | |
+1 −1 | deps/dismantle | |
+1 −1 | deps/dwarf | |
+1 −1 | deps/elf-edit | |
+1 −1 | deps/flexdis86 | |
+1 −1 | deps/llvm-pretty | |
+1 −1 | deps/llvm-pretty-bc-parser | |
+1 −1 | deps/macaw-loader | |
+1 −1 | deps/semmc | |
+1 −1 | deps/what4 | |
+3 −1 | utils/compare-dwarfdump/compare-dwarfdump.cabal | |
+160 −91 | utils/compare-dwarfdump/src/Main.hs |