[arch-haskell] is there some easy way to ignore all haskell- packages?
lilydjwg
lilydjwg at gmail.com
Sun Aug 31 09:18:59 UTC 2014
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
More information about the arch-haskell
mailing list