Removes GHCup.Types.Prompts module and stuffs it into GHCup.Types

This commit is contained in:
Arjun Kathuria
2022-07-10 09:44:23 +05:30
parent 9ceb66ef21
commit 0acccae523
4 changed files with 5 additions and 17 deletions

View File

@@ -1,8 +0,0 @@
module GHCup.Types.Prompts where
import Data.Text (Text)
type PromptQuestion = Text
data PromptResponse = PromptYes | PromptNo
deriving (Show, Eq)