Wibble cabal-bin's error message
authorIan Lynagh <igloo@earth.li>
Wed, 2 Jul 2008 15:59:37 +0000 (15:59 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 2 Jul 2008 15:59:37 +0000 (15:59 +0000)
We don't need to put the program name in it, as that happens automatically

libraries/cabal-bin.hs

index 85341c2..ad93a37 100644 (file)
@@ -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!"