X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=packages;h=7921531f791279d943682c73095be26bfa99c464;hp=10551200c0eb76fc4b576ceb638f843a5875ada4;hb=cd0f87f46cfe3be19ae44e4f124322ae5331fb0b;hpb=44af05750763722c9189c7e80890b101644b467f diff --git a/packages b/packages index 1055120..7921531 100644 --- a/packages +++ b/packages @@ -22,12 +22,18 @@ # * 'localpath' is where to put the repository in a checked out tree. # * 'remotepath' is where the repository is in the central repository. # * 'VCS' is what version control system the repo uses. +# # * The 'tag' determines when "darcs-all get" will get the # repo. If the tag is "-" then it will always get it, but if there # is a tag then a corresponding flag must be given to darcs-all, e.g. # if you want to get the packages with an "extralibs" or "testsuite" # tag then you need to use "darcs-all --extra --testsuite get". # Support for new tags must be manually added to the darcs-all script. +# +# 'tag' is also used to determine which packages the build system +# deems to have the EXTRA_PACKAGE property: tags 'dph' and 'extra' +# both give this property +# # * 'upstream' is the URL of the upstream repo, where there is one, or # "-" if there is no upstream. # @@ -47,7 +53,6 @@ libraries/bytestring - packages/bytestring darc libraries/Cabal - packages/Cabal darcs http://darcs.haskell.org/cabal/ libraries/containers - packages/containers darcs - libraries/directory - packages/directory darcs - -libraries/dph dph packages/dph darcs - libraries/extensible-exceptions - packages/extensible-exceptions darcs - libraries/filepath - packages/filepath darcs - libraries/ghc-prim - packages/ghc-prim darcs - @@ -74,3 +79,6 @@ nofib nofib nofib darc libraries/deepseq extra packages/deepseq darcs - libraries/parallel extra packages/parallel darcs - libraries/stm extra packages/stm darcs - +libraries/primitive dph packages/primitive darcs http://code.haskell.org/primitive +libraries/vector dph packages/vector darcs http://code.haskell.org/vector +libraries/dph dph packages/dph darcs -