Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-08-30 Thread Dominik Peteler
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, ... Cheers mmh On Sat 2014-08-30 14:06, Martin DeMello wrote: I regularly get

Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-08-30 Thread Martin DeMello
Neat idea; I didn't think of getting the list from pacman -Q :) Thanks! martin On Sat, Aug 30, 2014 at 4:00 PM, Dominik Peteler archhask...@with-h.at wrote: Hello Martin, this is indeed an annoying behaviour of pacman. I use the following trick: pacman -Syu --ignore $(pacman -Qqu |