
1 Sep
2014
1 Sep
'14
1:16 a.m.
perfect, thanks. i should've checked the wiki, which does mention glob
patterns, even though the --help doesn't.
martin
On Sun, Aug 31, 2014 at 2:18 AM, lilydjwg
On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote:
Hello Martin,
this is indeed an annoying behaviour of pacman. I use the following trick:
pacman -Syu --ignore $(pacman -Qqu | grep "haskell-" | tr '\n' ',')
There are probably other solutions with sed, awk, ...
You can just use this (note the quote):
pacman -Syu --ignore 'haskell-*'
-- Best regards, lilydjwg _______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell