From 9ceb66ef210d3c9e6562331d47f051192d94dda0 Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Tue, 28 Jun 2022 22:10:02 +0530 Subject: [PATCH] chore: fix a hlint warning --- lib/GHCup/Prompts.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup/Prompts.hs b/lib/GHCup/Prompts.hs index 08bed33..5536ad7 100644 --- a/lib/GHCup/Prompts.hs +++ b/lib/GHCup/Prompts.hs @@ -16,7 +16,7 @@ import GHCup.Types.Prompts putPrompt :: (HasLog env, MonadReader env m, MonadIO m) => PromptQuestion -> m () -putPrompt prompt = logInfo prompt +putPrompt = logInfo getUserPromptResponse :: ( HasLog env , MonadReader env m