From a8d57b05e71ad859eb0024704b216fe1de9f362a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 2 Jul 2008 15:59:37 +0000 Subject: [PATCH] Wibble cabal-bin's error message We don't need to put the program name in it, as that happens automatically --- libraries/cabal-bin.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/cabal-bin.hs b/libraries/cabal-bin.hs index 85341c2..ad93a37 100644 --- a/libraries/cabal-bin.hs +++ b/libraries/cabal-bin.hs @@ -34,5 +34,5 @@ main = do _ | packageName pd == PackageName "Cabal" -> -- Cabal is special...*sigh* Simple.defaultMainArgs args - | otherwise -> die "cabal: Don't know what to do!" + | otherwise -> die "Don't know what to do!" -- 1.7.10.4