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

2014-08-31 Thread 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

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

2014-08-31 Thread Magnus Therning
On Sun, Aug 31, 2014 at 05:18:59PM +0800, lilydjwg wrote: 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' ',')

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

2014-08-31 Thread Martin DeMello
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 lilyd...@gmail.com wrote: On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote: Hello Martin, this is indeed an