-
Notifications
You must be signed in to change notification settings - Fork 62
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 #588 from GaloisInc/update-deps
Update dependency versions.
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule cryptol
updated
66 files
Submodule cryptol-specs
updated
23 files
Submodule llvm-pretty
updated
from 974dd5 to 0a4a21
Submodule macaw
updated
20 files
+1 −1 | base/macaw-base.cabal | |
+6 −5 | base/src/Data/Macaw/AbsDomain/AbsState.hs | |
+414 −184 | base/src/Data/Macaw/AbsDomain/JumpBounds.hs | |
+90 −51 | base/src/Data/Macaw/CFG/App.hs | |
+6 −5 | base/src/Data/Macaw/CFG/Core.hs | |
+1 −1 | base/src/Data/Macaw/Discovery/State.hs | |
+10 −0 | base/src/Data/Macaw/Memory.hs | |
+1 −1 | deps/crucible | |
+1 −1 | macaw-semmc/src/Data/Macaw/SemMC/TH.hs | |
+1 −0 | stack-8.4.yaml | |
+1 −0 | stack-8.6.yaml | |
+1 −1 | submodules/semmc | |
+1 −1 | x86/macaw-x86.cabal | |
+2 −4 | x86/src/Data/Macaw/X86.hs | |
+74 −58 | x86/src/Data/Macaw/X86/ArchTypes.hs | |
+0 −49 | x86/src/Data/Macaw/X86/Monad.hs | |
+61 −65 | x86/src/Data/Macaw/X86/Semantics.hs | |
+1 −1 | x86_symbolic/macaw-x86-symbolic.cabal | |
+165 −134 | x86_symbolic/src/Data/Macaw/X86/Crucible.hs | |
+1 −1 | x86_symbolic/tests/Main.hs |