1 # Despite the name "package", this file contains the master list of
2 # the *repositories* that make up GHC. It is parsed by
5 # * rules/extra-packages.mk
7 # Some of this information is duplicated elsewhere in the build system:
9 # In particular when adding libraries to this file, you also need to add
10 # the library to the SUBDIRS variable in libraries/Makefile so that they
13 # The repos are of several kinds:
14 # - The main GHC source repo
15 # - Each boot package lives in a repo
16 # - DPH is a repo that contains several packages
17 # - Haddock and hsc2hs are applications, built on top of GHC,
18 # and in turn needed to bootstrap GHC
19 # - ghc-tarballs is need to build GHC
20 # - nofib and testsuite are optional helpers
22 # The format of the lines in this file is:
23 # localpath tag remotepath VCS
25 # * 'localpath' is where to put the repository in a checked out tree.
26 # * 'remotepath' is where the repository is in the central repository.
27 # It is - for submodules.
28 # * 'VCS' is what version control system the repo uses.
30 # * The 'tag' determines when "darcs-all get" will get the
31 # repo. If the tag is "-" then it will always get it, but if there
32 # is a tag then a corresponding flag must be given to darcs-all, e.g.
33 # if you want to get the packages with an "extralibs" or "testsuite"
34 # tag then you need to use "darcs-all --extra --testsuite get".
35 # Support for new tags must be manually added to the darcs-all script.
37 # 'tag' is also used to determine which packages the build system
38 # deems to have the EXTRA_PACKAGE property: tags 'dph' and 'extra'
39 # both give this property
41 # Lines that start with a '#' are comments.
43 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44 # localpath tag remotepath VCS
45 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47 ghc-tarballs - ghc-tarballs.git git
48 utils/hsc2hs - hsc2hs.git git
49 utils/haddock - haddock.git git
50 libraries/array - packages/array.git git
51 libraries/base - packages/base.git git
52 libraries/binary - - git
53 libraries/bytestring - - git
54 libraries/Cabal - - git
55 libraries/containers - - git
56 libraries/deepseq - packages/deepseq.git git
57 libraries/directory - packages/directory.git git
58 libraries/filepath - packages/filepath.git git
59 libraries/ghc-prim - packages/ghc-prim.git git
60 libraries/haskeline - - git
61 libraries/haskell98 - packages/haskell98.git git
62 libraries/haskell2010 - packages/haskell2010.git git
63 libraries/hoopl - packages/hoopl.git git
64 libraries/hpc - packages/hpc.git git
65 libraries/integer-gmp - packages/integer-gmp.git git
66 libraries/integer-simple - packages/integer-simple.git git
67 libraries/old-locale - packages/old-locale.git git
68 libraries/old-time - packages/old-time.git git
69 libraries/pretty - - git
70 libraries/process - packages/process.git git
71 libraries/template-haskell - packages/template-haskell.git git
72 libraries/terminfo - - git
73 libraries/time - - git
74 libraries/transformers - - git
75 libraries/unix - packages/unix.git git
76 libraries/Win32 - - git
77 libraries/xhtml - - git
78 testsuite testsuite testsuite.git git
79 nofib nofib nofib.git git
80 libraries/parallel extra packages/parallel.git git
81 libraries/stm extra packages/stm.git git
82 libraries/random dph - git
83 libraries/primitive dph - git
84 libraries/vector dph - git
85 libraries/dph dph packages/dph.git git