Difference between revisions of "Arch Linux/Policy"

From HaskellWiki
Jump to navigation Jump to search
 
Line 19: Line 19:
 
Haskell packages will rely on core packages (those shipped with GHC) to be resolved via the "provides" mechanism.
 
Haskell packages will rely on core packages (those shipped with GHC) to be resolved via the "provides" mechanism.
   
* [http://www.haskell.org/pipermail/arch-haskell/2010-January/000297.html Policy decision]
+
* [http://www.haskell.org/pipermail/arch-haskell/2010-January/000297.html Policy decision]
* [http://repos.archlinux.org/wsvn/packages/ghc/repos/extra-x86_64/PKGBUILD Arch "provides" list for GHC]
+
* [http://repos.archlinux.org/wsvn/packages/ghc/repos/extra-x86_64/PKGBUILD Arch "provides" list for GHC]

Revision as of 19:02, 31 January 2010

Packaging Policy for Haskell on Arch Linux

Determined by the arch-haskell@ mailing list members.

Haskell Platform

As much as possible, Arch Linux will provide the Haskell Platform in binary form via [extra].

Popular Haskell programs

The most popular Haskell programs will be made available in binary form via [extra] or [community].

Hackage

The largest coherent install plan for Hackage will be used to fill AUR with Haskell packages, using the cabal2arch tool.

"provides"

Haskell packages will rely on core packages (those shipped with GHC) to be resolved via the "provides" mechanism.