-
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 #1610 from GaloisInc/update-deps
Update submodule versions.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule argo
updated
3 files
+1 −1 | .github/workflows/ci.yml | |
+2 −2 | argo/argo.cabal | |
+2 −2 | file-echo-api/file-echo-api.cabal |
Submodule cryptol
updated
19 files
+11 −0 | CHANGES.md | |
+1 −1 | README.md | |
+1 −0 | docs/ProgrammingCryptol/crashCourse/CrashCourse.tex | |
+29 −26 | src/Cryptol/ModuleSystem/Base.hs | |
+37 −30 | src/Cryptol/TypeCheck/Error.hs | |
+5 −4 | src/Cryptol/TypeCheck/Infer.hs | |
+2 −1 | src/Cryptol/TypeCheck/Kind.hs | |
+10 −9 | src/Cryptol/TypeCheck/Monad.hs | |
+127 −39 | src/Cryptol/TypeCheck/Unify.hs | |
+1 −0 | tests/issues/issue084.icry.stdout | |
+8 −0 | tests/issues/issue1324.cry | |
+1 −0 | tests/issues/issue1324.icry | |
+10 −0 | tests/issues/issue1324.icry.stdout | |
+1 −0 | tests/issues/issue382.icry.stdout | |
+1 −0 | tests/modsys/T1330.icry | |
+4 −0 | tests/modsys/T1330.icry.stdout | |
+3 −0 | tests/modsys/T1330/include.cry | |
+3 −0 | tests/modsys/T1330/main.cry | |
+3 −0 | tests/modsys/T1330/modA.cry |
Submodule llvm-pretty
updated
from ca81ab to 34c95e
Submodule llvm-pretty-bc-parser
updated
17 files
+1 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/llvm-quick-fuzz.yml | |
+1 −1 | disasm-test/Main.hs | |
+1 −1 | llvm-disasm/LLVMDis.hs | |
+1 −1 | llvm-pretty | |
+27 −25 | llvm-pretty-bc-parser.cabal | |
+0 −1 | src/Data/LLVM/BitCode/BitString.hs | |
+12 −7 | src/Data/LLVM/BitCode/Bitstream.hs | |
+12 −12 | src/Data/LLVM/BitCode/GetBits.hs | |
+0 −1 | src/Data/LLVM/BitCode/IR.hs | |
+3 −0 | src/Data/LLVM/BitCode/IR/Constants.hs | |
+6 −6 | src/Data/LLVM/BitCode/IR/Function.hs | |
+13 −9 | src/Data/LLVM/BitCode/IR/Metadata.hs | |
+14 −14 | src/Data/LLVM/BitCode/IR/Module.hs | |
+6 −3 | src/Data/LLVM/BitCode/Parse.hs | |
+4 −3 | src/Data/LLVM/BitCode/Record.hs | |
+8 −8 | unit-test/Tests/Metadata.hs |
Submodule macaw
updated
46 files
Submodule parameterized-utils
updated
3 files
+2 −2 | Changelog.md | |
+1 −1 | LICENSE | |
+2 −2 | parameterized-utils.cabal |
Submodule what4
updated
6 files
+10 −0 | what4/CHANGES.md | |
+10 −0 | what4/src/What4/Expr/App.hs | |
+18 −0 | what4/src/What4/Interface.hs | |
+339 −0 | what4/src/What4/Utils/ResolveBounds/BV.hs | |
+77 −2 | what4/test/ExprBuilderSMTLib2.hs | |
+3 −1 | what4/what4.cabal |