On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote:You can just use this (note the quote):
> 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, ...
pacman -Syu --ignore 'haskell-*'
--
Best regards,
lilydjwg
_______________________________________________
arch-haskell mailing list
arch-haskell@haskell.org
http://www.haskell.org/mailman/listinfo/arch-haskell