[arch-haskell] is there some easy way to ignore all haskell- packages?
Magnus Therning
magnus at therning.org
Sun Aug 31 21:33:28 UTC 2014
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: magnus at therning.org jabber: magnus at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20140831/caef9280/attachment.sig>
More information about the arch-haskell
mailing list