Updates and a couple of (temporarily) removals

Hi all, For a few weeks now haskell-src-meta (and a few other packages) have been keeping back an update of haskell-src-exts and half a dozen or so other packages. Based on this I've now decided to remove, hopefully temporarily the following packages: Graphalyze SourceGraph citeproc-hs haskell-src-meta I hope this won't cause too much trouble for people, and I'm planning on re-adding them again as soon as their upstreams have gotten their act together. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus A system is composed of components: a component is something you understand. -- Professor Howard Aiken

The removal of citeproc-hs is kind of unfortunate because pandoc depends on it. Hopefully it won't be for long. Cheers

Yup, I ran into this problem. Trying to do a `pacman -Syu` was failing,
:: haskell-pandoc: requires haskell-citeproc-hs=0.3.8-9
So I removed it. Then I had a similar error with hoogle
:: haskell-hoogle: requires haskell-tagsoup=0.12.8-29
After removing them both I was able to upgrade. Fortunately, the newer
versions of pandoc and hoogle don't depend on citeproc-hs and tagsoup,
respectively, so you can reinstall them once the updates are done.
Rich
On Tue, Sep 24, 2013 at 2:15 PM, Pierre Radermecker
The removal of citeproc-hs is kind of unfortunate because pandoc depends on it.
Hopefully it won't be for long.
Cheers
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

On Tue, Sep 24, 2013 at 02:23:30PM -0700, Richard Wallace wrote:
Yup, I ran into this problem. Trying to do a `pacman -Syu` was failing,
:: haskell-pandoc: requires haskell-citeproc-hs=0.3.8-9
So I removed it. Then I had a similar error with hoogle
:: haskell-hoogle: requires haskell-tagsoup=0.12.8-29
After removing them both I was able to upgrade. Fortunately, the newer versions of pandoc and hoogle don't depend on citeproc-hs and tagsoup, respectively, so you can reinstall them once the updates are done.
Indeed. I really should have put that into the announcement too, my bad. Thankfully there are people to cover up for me ;) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus Increasingly, people seem to misinterpret complexity as sophistication, which is baffling--the incomprehensible should cause suspicion rather than admiration. -- Niklaus Wirth
participants (4)
-
Magnus Therning
-
Pierre Radermecker
-
Richard Wallace
-
Taylor Hedberg