Adds GHCup.Prompt modules and its types to project
This commit is contained in:
8
lib/GHCup/Types/Prompts.hs
Normal file
8
lib/GHCup/Types/Prompts.hs
Normal file
@@ -0,0 +1,8 @@
|
||||
module GHCup.Types.Prompts where
|
||||
|
||||
import Data.Text (Text)
|
||||
|
||||
type PromptQuestion = Text
|
||||
|
||||
data PromptResponse = PromptYes | PromptNo
|
||||
deriving (Show, Eq)
|
||||
Reference in New Issue
Block a user