Skip to content

Commit

Permalink
Update dependency: deps/haskell-backend_release (#4491)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
Co-authored-by: Jost Berthold <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent cf0152b commit c7cba68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/haskell-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.25
v0.1.29
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "K Framework";
inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/v0.1.25";
haskell-backend.url = "github:runtimeverification/haskell-backend/v0.1.29";
nixpkgs.follows = "llvm-backend/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
llvm-backend = {
Expand Down
2 changes: 1 addition & 1 deletion haskell-backend/src/main/native/haskell-backend
Submodule haskell-backend updated 91 files
+2 −1 booster/library/Booster/Builtin/Base.hs
+3 −2 booster/library/Booster/Builtin/KEQUAL.hs
+17 −0 booster/library/Booster/CLOptions.hs
+11 −8 booster/library/Booster/Definition/Ceil.hs
+5 −2 booster/library/Booster/Definition/Util.hs
+384 −374 booster/library/Booster/JsonRpc.hs
+27 −4 booster/library/Booster/JsonRpc/Utils.hs
+29 −8 booster/library/Booster/Log.hs
+149 −123 booster/library/Booster/Pattern/ApplyEquations.hs
+0 −83 booster/library/Booster/Pattern/Base.hs
+3 −2 booster/library/Booster/Pattern/Binary.hs
+20 −19 booster/library/Booster/Pattern/Match.hs
+189 −0 booster/library/Booster/Pattern/Pretty.hs
+238 −197 booster/library/Booster/Pattern/Rewrite.hs
+16 −7 booster/library/Booster/SMT/Interface.hs
+13 −4 booster/library/Booster/SMT/Translate.hs
+14 −9 booster/library/Booster/Syntax/Json/Internalise.hs
+8 −6 booster/library/Booster/Syntax/ParsedKore/Internalise.hs
+1 −1 booster/package.yaml
+7 −7 booster/test/rpc-integration/test-log-simplify-json/simplify-log.txt.golden
+46 −39 booster/tools/booster/Server.hs
+6 −2 dev-tools/booster-dev/Server.hs
+7 −2 dev-tools/kore-rpc-dev/Server.hs
+1 −1 dev-tools/package.yaml
+2 −2 dev-tools/parsetest/Parsetest.hs
+6 −5 dev-tools/pretty/Pretty.hs
+1 −1 kore-rpc-types/kore-rpc-types.cabal
+50 −2 kore-rpc-types/src/Kore/JsonRpc/Types/ContextLog.hs
+1 −1 kore/kore.cabal
+8 −0 kore/src/Kore/Builtin/Krypto.hs
+2 −2 kore/src/Kore/Equation/Application.hs
+23 −46 kore/src/Kore/Equation/DebugEquation.hs
+26 −30 kore/src/Kore/JsonRpc.hs
+3 −8 kore/src/Kore/Log/BoosterAdaptor.hs
+3 −4 kore/src/Kore/Log/DebugAppliedRewriteRules.hs
+1 −1 kore/src/Kore/Log/DebugAttemptUnification.hs
+11 −18 kore/src/Kore/Log/DebugAttemptedRewriteRules.hs
+1 −0 kore/src/Kore/Log/DebugBeginClaim.hs
+8 −9 kore/src/Kore/Log/DebugContext.hs
+1 −0 kore/src/Kore/Log/DebugCreatedSubstitution.hs
+4 −0 kore/src/Kore/Log/DebugEvaluateCondition.hs
+1 −0 kore/src/Kore/Log/DebugProven.hs
+1 −0 kore/src/Kore/Log/DebugRetrySolverQuery.hs
+11 −25 kore/src/Kore/Log/DebugRewriteRulesRemainder.hs
+6 −1 kore/src/Kore/Log/DebugRewriteTrace.hs
+4 −0 kore/src/Kore/Log/DebugSolver.hs
+1 −0 kore/src/Kore/Log/DebugSubstitutionSimplifier.hs
+1 −0 kore/src/Kore/Log/DebugTransition.hs
+1 −0 kore/src/Kore/Log/DebugUnification.hs
+3 −0 kore/src/Kore/Log/DebugUnifyBottom.hs
+6 −2 kore/src/Kore/Log/DecidePredicateUnknown.hs
+1 −0 kore/src/Kore/Log/ErrorBottomTotalFunction.hs
+3 −0 kore/src/Kore/Log/ErrorEquationRightFunction.hs
+3 −0 kore/src/Kore/Log/ErrorEquationsSameMatch.hs
+1 −0 kore/src/Kore/Log/ErrorException.hs
+1 −0 kore/src/Kore/Log/ErrorOutOfDate.hs
+1 −0 kore/src/Kore/Log/ErrorParse.hs
+1 −0 kore/src/Kore/Log/ErrorRewriteLoop.hs
+1 −0 kore/src/Kore/Log/ErrorRewritesInstantiation.hs
+1 −0 kore/src/Kore/Log/ErrorVerify.hs
+1 −0 kore/src/Kore/Log/InfoExecBreadth.hs
+1 −0 kore/src/Kore/Log/InfoExecDepth.hs
+1 −0 kore/src/Kore/Log/InfoJsonRpcCancelRequest.hs
+1 −0 kore/src/Kore/Log/InfoJsonRpcProcessRequest.hs
+1 −0 kore/src/Kore/Log/InfoProofDepth.hs
+1 −0 kore/src/Kore/Log/InfoReachability.hs
+1 −0 kore/src/Kore/Log/InfoUserLog.hs
+1 −1 kore/src/Kore/Log/JsonRpc.hs
+2 −0 kore/src/Kore/Log/WarnBottom.hs
+1 −0 kore/src/Kore/Log/WarnDepthLimitExceeded.hs
+3 −0 kore/src/Kore/Log/WarnFunctionWithoutEvaluators.hs
+1 −0 kore/src/Kore/Log/WarnIfLowProductivity.hs
+1 −0 kore/src/Kore/Log/WarnNotAPredicate.hs
+1 −0 kore/src/Kore/Log/WarnNotImplemented.hs
+1 −0 kore/src/Kore/Log/WarnRestartSolver.hs
+2 −0 kore/src/Kore/Log/WarnStepTimeout.hs
+1 −0 kore/src/Kore/Log/WarnStuckClaimState.hs
+1 −0 kore/src/Kore/Log/WarnSymbolSMTRepresentation.hs
+1 −0 kore/src/Kore/Log/WarnTrivialClaim.hs
+1 −0 kore/src/Kore/Log/WarnUnexploredBranches.hs
+2 −0 kore/src/Kore/Log/WarnUnsimplified.hs
+4 −4 kore/src/Kore/Rewrite/Step.hs
+1 −1 kore/src/Kore/Simplify/Simplify.hs
+2 −2 kore/src/Kore/Unification/Procedure.hs
+10 −30 kore/src/Log.hs
+31 −7 kore/src/Log/Entry.hs
+7 −0 kore/test/Test/Kore/Builtin/Definition.hs
+33 −0 kore/test/Test/Kore/Builtin/Krypto.hs
+1 −1 package/debian/changelog
+1 −1 package/version
+2 −2 scripts/performance-tests-kevm.sh

0 comments on commit c7cba68

Please sign in to comment.