Removes GHCup.Types.Prompts module and stuffs it into GHCup.Types
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
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