[commit: Cabal] master: added missing error message (5e54c7f)

Ian Lynagh igloo at earth.li
Fri Feb 17 20:34:31 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/5e54c7fcb1d0c86065dda814bd24426d9857568c

>---------------------------------------------------------------

commit 5e54c7fcb1d0c86065dda814bd24426d9857568c
Author: Andres Loeh <andres at well-typed.com>
Date:   Fri Feb 17 07:28:49 2012 +0000

    added missing error message
    
    Thanks to Thomas Tuegel for spotting this.

>---------------------------------------------------------------

 .../Client/Dependency/Modular/Message.hs           |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cabal-install/Distribution/Client/Dependency/Modular/Message.hs b/cabal-install/Distribution/Client/Dependency/Modular/Message.hs
index 88455da..0951dd8 100644
--- a/cabal-install/Distribution/Client/Dependency/Modular/Message.hs
+++ b/cabal-install/Distribution/Client/Dependency/Modular/Message.hs
@@ -91,4 +91,5 @@ showFR c Backjump                       = " (backjumping, conflict set: " ++ sho
 -- message though.
 showFR _ (BuildFailureNotInIndex pn)    = " (BUILD FAILURE: NOT IN INDEX: " ++ display pn ++ ")"
 showFR _ (MalformedFlagChoice qfn)      = " (INTERNAL ERROR: MALFORMED FLAG CHOICE: " ++ showQFN qfn ++ ")"
+showFR _ (MalformedStanzaChoice qsn)    = " (INTERNAL ERROR: MALFORMED STANZA CHOICE: " ++ showQSN qsn ++ ")"
 showFR _ EmptyGoalChoice                = " (INTERNAL ERROR: EMPTY GOAL CHOICE)"





More information about the Cvs-libraries mailing list