6550c0cb70d978b1463203cf9ae2d43e44472b2e
[ghc-hetmet.git] / packages
1 # Despite the name "package", this file contains the master list of 
2 # the *repositories* that make up GHC.
3 #
4 # Some of this information is duplicated elsewhere in the build system:
5 #    See Trac #3896
6 # In particular when adding libraries to this file, you also need to add
7 # the library to the SUBDIRS variable in libraries/Makefile so that they
8 # actually get built
9 #
10 # The repos are of several kinds:
11 #    - The main GHC source repo
12 #    - Each boot package lives in a repo
13 #    - DPH is a repo that contains several packages
14 #    - Haddock and hsc2hs are applications, built on top of GHC, 
15 #        and in turn needed to bootstrap GHC
16 #    - ghc-tarballs is need to build GHC
17 #    - nofib and testsuite are optional helpers
18 #
19 # The format of the lines in this file is:
20 #   localpath    (optional) tag    remotepath    VCS
21 # where
22 #   * 'localpath' is where to put the repository in a checked out tree,
23 #   * 'remotepath' is where the repository is in the central repository,
24 #   * 'VCS' is what version control system the repo uses,
25 #   * The 'tag', if present, determines when "darcs-all get" will get the
26 #     repo. If there is no tag then it will always get it, but if there
27 #     is a tag then a corresponding flag must be given to darcs-all, e.g.
28 #     if you want to get the packages with an "extralibs" or "testsuite"
29 #     tag then you need to use "darcs-all --extra --testsuite get".
30 #     Support for new tags must be manually added to the darcs-all script.
31 #
32 # Lines that start with a '#' are comments.
33 .                                       ghc                             git
34 ghc-tarballs                            ghc-tarballs                    darcs
35 utils/hsc2hs                            hsc2hs                          darcs
36 utils/haddock                           haddock2                        darcs
37 libraries/array                         packages/array                  darcs
38 libraries/base                          packages/base                   darcs
39 libraries/binary                        packages/binary                 darcs
40 libraries/Cabal                         packages/Cabal                  darcs
41 libraries/containers                    packages/containers             darcs
42 libraries/directory                     packages/directory              darcs
43 libraries/dph                           packages/dph                    darcs
44 libraries/extensible-exceptions         packages/extensible-exceptions  darcs
45 libraries/filepath                      packages/filepath               darcs
46 libraries/ghc-prim                      packages/ghc-prim               darcs
47 libraries/haskeline                     packages/haskeline              darcs
48 libraries/haskell98                     packages/haskell98              darcs
49 libraries/hpc                           packages/hpc                    darcs
50 libraries/integer-gmp                   packages/integer-gmp            darcs
51 libraries/integer-simple                packages/integer-simple         darcs
52 libraries/mtl                           packages/mtl                    darcs
53 libraries/old-locale                    packages/old-locale             darcs
54 libraries/old-time                      packages/old-time               darcs
55 libraries/pretty                        packages/pretty                 darcs
56 libraries/process                       packages/process                darcs
57 libraries/random                        packages/random                 darcs
58 libraries/template-haskell              packages/template-haskell       darcs
59 libraries/terminfo                      packages/terminfo               darcs
60 libraries/unix                          packages/unix                   darcs
61 libraries/utf8-string                   packages/utf8-string            darcs
62 libraries/Win32                         packages/Win32                  darcs
63 testsuite                   testsuite   testsuite                       darcs
64 nofib                       nofib       nofib                           darcs
65 libraries/deepseq           extra       packages/deepseq                darcs
66 libraries/parallel          extra       packages/parallel               darcs
67 libraries/stm               extra       packages/stm                    darcs