chore: fix a hlint warning

This commit is contained in:
Arjun Kathuria 2022-06-28 22:10:02 +05:30
parent 7cbe38b011
commit 9ceb66ef21
1 changed files with 1 additions and 1 deletions

View File

@ -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