[arch-haskell] Example PKGBUILD

Jim Pryor lists+arch-haskell at jimpryor.net
Fri Jan 22 10:34:42 EST 2010


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_for_Libraries
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.

-- 
Jim Pryor
profjim at jimpryor.net


More information about the arch-haskell mailing list