<div dir="ltr">Neat idea; I didn't think of getting the list from pacman -Q :) Thanks!<div><br></div><div>martin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 30, 2014 at 4:00 PM, Dominik Peteler <span dir="ltr"><<a href="mailto:archhaskell@with-h.at" target="_blank">archhaskell@with-h.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Martin,<br>
<br>
this is indeed an annoying behaviour of pacman.<br>
I use the following trick:<br>
<br>
    pacman -Syu --ignore $(pacman -Qqu | grep "haskell-" | tr '\n' ',')<br>
<br>
There are probably other solutions with sed, awk, ...<br>
<br>
Cheers<br>
<br>
mmh<br>
<div><div class="h5"><br>
<br>
<br>
On Sat 2014-08-30 14:06, Martin DeMello wrote:<br>
> I regularly get into version pinning conflicts with my haskell- packages.<br>
> The current one has been going on for some days now:<br>
><br>
> $ sudo pacman -Syu<br>
> :: Synchronizing package databases...<br>
>  core is up to date<br>
>  haskell-core is up to date<br>
>  haskell-happstack is up to date<br>
>  infinality-bundle is up to date<br>
>  infinality-bundle-fonts is up to date<br>
>  extra is up to date<br>
>  community is up to date<br>
> :: Starting full system upgrade...<br>
> resolving dependencies...<br>
> looking for inter-conflicts...<br>
> error: failed to prepare transaction (could not satisfy dependencies)<br>
> :: haskell-lens: requires haskell-aeson=0.7.0.6-9<br>
> :: haskell-lens: requires haskell-attoparsec=0.11.3.4-5<br>
> :: haskell-lens: requires haskell-bifunctors=4.1.1.1-14<br>
> :: haskell-lens: requires haskell-comonad=4.2.2-1<br>
> :: haskell-lens: requires haskell-contravariant=1.1-1<br>
> :: haskell-lens: requires haskell-free=4.9-7<br>
> :: haskell-lens: requires haskell-profunctors=4.2.0.1-1<br>
> :: haskell-lens: requires haskell-scientific=0.3.2.2-1<br>
> :: haskell-lens: requires haskell-semigroupoids=4.2-1<br>
><br>
> I don't so much mind that this is happening, as that it blocks my entire<br>
> rest-of-system upgrade. Is there any easy way to recursively ignore<br>
> everything that is unsatisfiable?<br>
><br>
> martin<br>
<br>
</div></div>> _______________________________________________<br>
> arch-haskell mailing list<br>
> <a href="mailto:arch-haskell@haskell.org">arch-haskell@haskell.org</a><br>
> <a href="http://www.haskell.org/mailman/listinfo/arch-haskell" target="_blank">http://www.haskell.org/mailman/listinfo/arch-haskell</a><br>
<br>
<br>_______________________________________________<br>
arch-haskell mailing list<br>
<a href="mailto:arch-haskell@haskell.org">arch-haskell@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/arch-haskell" target="_blank">http://www.haskell.org/mailman/listinfo/arch-haskell</a><br>
<br></blockquote></div><br></div>