"list --simple-output" should be quiet when there are no packages to list
authorSimon Marlow <simonmar@microsoft.com>
Wed, 12 Dec 2007 10:22:30 +0000 (10:22 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 12 Dec 2007 10:22:30 +0000 (10:22 +0000)
commit617e9a8936534dd2aabba2c473ea67cac3c14526
tree1a077131b6ad4aeadcd643fb7846355356861c49
parent9fd454ab395b70946928ed92c3cb7b28a4d036bc
"list --simple-output" should be quiet when there are no packages to list

Previously:

$ ghc-pkg list --user --simple-output
ghc-pkg: no matches
$

Now:

$ ghc-pkg list --user --simple-output
$
utils/ghc-pkg/Main.hs