From e0ccafe0fb4c6ecbbc565cd5638bd9878db36203 Mon Sep 17 00:00:00 2001 From: Robert Soeldner Date: Fri, 11 Oct 2024 13:43:21 +0200 Subject: [PATCH] fix compile issues --- pact/Pact/Core/Errors.hs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pact/Pact/Core/Errors.hs b/pact/Pact/Core/Errors.hs index ad00bb1b..0f330a9e 100644 --- a/pact/Pact/Core/Errors.hs +++ b/pact/Pact/Core/Errors.hs @@ -1434,10 +1434,14 @@ evalErrorToBoundedText = mkBoundedText . \case thsep ["Install capability failed. Capability is not declared as a managed capability and cannot be installed.", tFqn fqn] CapNotInstalled cap -> thsep - ["Capability " renderQualName (_ctName cap) was not installed. " + ["Capability" + , renderQualName (_ctName cap) + , "was not installed." , "Check the sigs field or the arguments to verify that the capability is specified correctly."] CapAlreadyInstalled cap -> - thsep ["Capability " renderQualName (_ctName cap) " already installed."] + thsep ["Capability" + , renderQualName (_ctName cap) + , "already installed."] ModuleMemberDoesNotExist fqn -> thsep ["Module member does not exist:", tFqn fqn] NoSuchKeySet ksn ->