summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Types')
-rw-r--r--Types/UI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/UI.hs b/Types/UI.hs
index 77a3095..553c323 100644
--- a/Types/UI.hs
+++ b/Types/UI.hs
@@ -14,7 +14,7 @@ data UI = UI
, showError :: Desc -> IO ()
, showInfo :: Title -> Desc -> IO ()
, promptQuestion :: Title -> Desc -> Question -> IO Bool
- , promptName :: Title -> Desc -> Name -> (Name -> Maybe Problem) -> IO (Maybe Name)
+ , promptName :: Title -> Desc -> Maybe Name -> (Name -> Maybe Problem) -> IO (Maybe Name)
, promptPassword :: Bool -> Title -> Desc -> IO (Maybe Password)
, promptKeyId :: Title -> Desc -> [(Name, KeyId)] -> IO (Maybe KeyId)
, withProgress :: forall a. Title -> Desc -> ((Percent -> IO ()) -> IO a) -> IO a