Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a448526280f3ae4e76b28e354b1605e427e458e2 >--------------------------------------------------------------- commit a448526280f3ae4e76b28e354b1605e427e458e2 Author: Brent Yorgey <[email protected]> Date: Fri Oct 14 20:22:10 2011 +0000 init: improve prompt: enclose y/n in parens >--------------------------------------------------------------- cabal-install/Distribution/Client/Init.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/Distribution/Client/Init.hs b/cabal-install/Distribution/Client/Init.hs index 41c3d48..f2f9c85 100644 --- a/cabal-install/Distribution/Client/Init.hs +++ b/cabal-install/Distribution/Client/Init.hs @@ -217,7 +217,7 @@ getGenComments flags = do ?>> return (Just False) return $ flags { noComments = maybeToFlag (fmap not genComments) } where - promptMsg = "Include documentation on what each field means y/n" + promptMsg = "Include documentation on what each field means (y/n)" -- | Try to guess the source root directory (don't prompt the user). getSrcDir :: InitFlags -> IO InitFlags _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
