-
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 #1489 from GaloisInc/update-deps
Update deps
- Loading branch information
Showing
10 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
Submodule crucible
updated
25 files
Submodule cryptol
updated
89 files
Submodule cryptol-specs
updated
10 files
Submodule flexdis86
updated
3 files
+2 −2 | data/optable.xml | |
+63 −4 | src/Flexdis86/Assembler.hs | |
+3 −8 | tests/Assemble.hs |
Submodule llvm-pretty
updated
from 7ab7ac to 15bc00
Submodule llvm-pretty-bc-parser
updated
5 files
+1 −1 | llvm-pretty | |
+35 −30 | src/Data/LLVM/BitCode/GetBits.hs | |
+8 −8 | src/Data/LLVM/BitCode/IR/Constants.hs | |
+8 −6 | src/Data/LLVM/BitCode/IR/Function.hs | |
+13 −3 | src/Data/LLVM/BitCode/IR/Metadata.hs |
Submodule macaw
updated
26 files
Submodule parameterized-utils
updated
15 files
+15 −1 | Changelog.md | |
+5 −0 | README.md | |
+13 −3 | parameterized-utils.cabal | |
+1 −1 | src/Data/Parameterized/ClassesC.hs | |
+11 −0 | src/Data/Parameterized/Context/Safe.hs | |
+11 −0 | src/Data/Parameterized/Context/Unsafe.hs | |
+111 −0 | src/Data/Parameterized/Fin.hs | |
+20 −0 | src/Data/Parameterized/List.hs | |
+6 −1 | src/Data/Parameterized/TraversableFC.hs | |
+175 −0 | src/Data/Parameterized/TraversableFC/WithIndex.hs | |
+57 −2 | src/Data/Parameterized/Vector.hs | |
+53 −1 | test/Test/Context.hs | |
+68 −0 | test/Test/Fin.hs | |
+132 −8 | test/Test/Vector.hs | |
+2 −0 | test/UnitTest.hs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters