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

Martin DeMello martindemello at gmail.com
Mon Sep 1 05:16:38 UTC 2014


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 <lilydjwg at gmail.com> 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-*'
>
> --
> Best regards,
> lilydjwg
> _______________________________________________
> arch-haskell mailing list
> arch-haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/arch-haskell
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20140831/fa814924/attachment.html>


More information about the arch-haskell mailing list