
xyne:
Don Stewart
wrote: Ah, I remember,
Tue Jul 14 17:01:31 PDT 2009 Adam Vogt
* Makedepends should not duplicate depends array in PKGBUILD This stops yaourt from trying to build dependencies twice when building from AUR.
Duplicated one of Magnus' patches.
Teasing those apart now.
-- Don
Thanks for working on this. A thread was just posted on the Arch forum about this and other issues with Haskell packages in the AUR:
http://bbs.archlinux.org/viewtopic.php?pid=593543
Perhaps you could join the discussion there. If not, I can relay relevant issues.
Thanks. cabal2arch now produces results like this for libraries: makedepends=() depends=('ghc' 'haskell-cabal') for applications: makedepends=('ghc' 'haskell-cabal') depends=('gmp') The issue was fixed at the start of the month, packages in AUR are being incrementally updated. -- Don