diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:48:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:48:32 +0300 |
commit | bb34a679dde5aad4df40be42d9acc699abf521cd (patch) | |
tree | 0b5b19eff49fcafd0ba26aa67d7eb11413ef98a6 | |
parent | minimize stack.yaml (diff) | |
download | windows-env-bb34a679dde5aad4df40be42d9acc699abf521cd.tar.gz windows-env-bb34a679dde5aad4df40be42d9acc699abf521cd.zip |
strip extra whitespace
Diffstat (limited to '')
-rw-r--r-- | apps/Prompt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Prompt.hs b/apps/Prompt.hs index e8280de..d256f63 100644 --- a/apps/Prompt.hs +++ b/apps/Prompt.hs @@ -30,7 +30,7 @@ promptYesNo msg = do where yeses = ["y", "yes"] noes = ["n", "no"] - + promptToContinue :: IO Bool promptToContinue = promptYesNo "Continue? (y/n) " |