
31 Aug
2014
31 Aug
'14
5:18 a.m.
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