From: Ian Lynagh Date: Wed, 2 Jul 2008 15:59:37 +0000 (+0000) Subject: Wibble cabal-bin's error message X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a8d57b05e71ad859eb0024704b216fe1de9f362a Wibble cabal-bin's error message We don't need to put the program name in it, as that happens automatically --- 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!"