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' ',')
> > 
> > There are probably other solutions with sed, awk, ...
> 
> You can just use this (note the quote):
> 
> pacman -Syu --ignore 'haskell-*'

I suspect you can avoid the quotes by using

    pacman -Syu --ignore haskell-\*

/M

-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe               http://therning.org/magnus

Any fool can write code that a computer can understand.  Good programmers
write code that humans can understand.
     -- Martin Fowler

Attachment: pgpXT7p51JqON.pgp
Description: PGP signature

_______________________________________________
arch-haskell mailing list
arch-haskell@haskell.org
http://www.haskell.org/mailman/listinfo/arch-haskell

Reply via email to