
lists+arch-haskell:
On Mon, Jan 18, 2010 at 05:08:42PM -0800, Don Stewart wrote:
Here's an example of what new PKGBUILDs look like if we rely on the "provides" semantics.
makedepends=() depends=('gmp' 'ghc' 'haskell-cabal' 'haskell-x11>=1.4.6.1' 'haskell-containers' 'haskell-directory' 'haskell-filepath' 'haskell-mtl' 'haskell-process' 'haskell-unix')
http://wiki.archlinux.org/index.php/Haskell_package_guidelines#Guidelines_fo... says:
* all haskell dependencies are statically linked, so can go in the makedepends field.
Is that true? Then shouldn't most of those depends really be makedepends? Or we should update the wiki page.
That may no longer be true with 6.12... anyone running ghc 6.12 want to give me the output of: ldd hello on a helloworld haskell program?