Difference between revisions of "Arch Linux/Policy"

From HaskellWiki
Jump to navigation Jump to search
(Removing this page. Refer to ArchLinux wiki page instead.)
 
Line 1: Line 1:
  +
This article has been removed, please see [https://wiki.archlinux.org/index.php/Haskell_package_guidelines ArchLinux Haskell Package Guidelines] instead.
== 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.
 
 
* [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]
 

Latest revision as of 21:26, 30 January 2011

This article has been removed, please see ArchLinux Haskell Package Guidelines instead.