make exports/imports of depth>0 identifiers work correctly
[ghc-hetmet.git] / packages
1 # Despite the name "package", this file contains the master list of 
2 # the *repositories* that make up GHC. It is parsed by boot and darcs-all.
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    tag    remotepath    VCS    upstream
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 #
26 #   * The 'tag' determines when "darcs-all get" will get the
27 #     repo. If the tag is "-" then it will always get it, but if there
28 #     is a tag then a corresponding flag must be given to darcs-all, e.g.
29 #     if you want to get the packages with an "extralibs" or "testsuite"
30 #     tag then you need to use "darcs-all --extra --testsuite get".
31 #     Support for new tags must be manually added to the darcs-all script.
32
33 #     'tag' is also used to determine which packages the build system
34 #     deems to have the EXTRA_PACKAGE property: tags 'dph' and 'extra' 
35 #     both give this property
36 #
37 #   * 'upstream' is the URL of the upstream repo, where there is one, or
38 #     "-" if there is no upstream.
39 #
40 # Lines that start with a '#' are comments.
41 .                               -           ghc                             git     -
42 ghc-tarballs                    -           ghc-tarballs                    darcs   -
43 utils/hsc2hs                    -           hsc2hs                          darcs   -
44 # haddock does have an upstream:
45 #   http://code.haskell.org/haddock/
46 # but it stays buildable with the last stable release rather than tracking HEAD,
47 # and is resynced with the GHC HEAD branch by David Waern when appropriate
48 utils/haddock                   -           haddock2                        darcs   -
49 libraries/array                 -           packages/array                  darcs   -
50 libraries/base                  -           packages/base                   darcs   -
51 libraries/binary                -           packages/binary                 darcs   http://code.haskell.org/binary/
52 libraries/bytestring            -           packages/bytestring             darcs   http://darcs.haskell.org/bytestring/
53 libraries/Cabal                 -           packages/Cabal                  darcs   http://darcs.haskell.org/cabal/
54 libraries/containers            -           packages/containers             darcs   -
55 libraries/directory             -           packages/directory              darcs   -
56 libraries/extensible-exceptions -           packages/extensible-exceptions  darcs   -
57 libraries/filepath              -           packages/filepath               darcs   -
58 libraries/ghc-prim              -           packages/ghc-prim               darcs   -
59 libraries/haskeline             -           packages/haskeline              darcs   http://code.haskell.org/haskeline/
60 libraries/haskell98             -           packages/haskell98              darcs   -
61 libraries/haskell2010           -           packages/haskell2010            darcs   -
62 libraries/hoopl                 -           packages/hoopl                  darcs   -
63 libraries/hpc                   -           packages/hpc                    darcs   -
64 libraries/integer-gmp           -           packages/integer-gmp            darcs   -
65 libraries/integer-simple        -           packages/integer-simple         darcs   -
66 libraries/mtl                   -           packages/mtl                    darcs   -
67 libraries/old-locale            -           packages/old-locale             darcs   -
68 libraries/old-time              -           packages/old-time               darcs   -
69 libraries/pretty                -           packages/pretty                 darcs   -
70 libraries/process               -           packages/process                darcs   -
71 libraries/random                -           packages/random                 darcs   -
72 libraries/template-haskell      -           packages/template-haskell       darcs   -
73 libraries/terminfo              -           packages/terminfo               darcs   http://code.haskell.org/terminfo/
74 libraries/unix                  -           packages/unix                   darcs   -
75 libraries/utf8-string           -           packages/utf8-string            darcs   http://code.haskell.org/utf8-string/
76 libraries/Win32                 -           packages/Win32                  darcs   -
77 libraries/xhtml                 -           packages/xhtml                  darcs   -
78 testsuite                       testsuite   testsuite                       darcs   -
79 nofib                           nofib       nofib                           darcs   -
80 libraries/deepseq               extra       packages/deepseq                darcs   -
81 libraries/parallel              extra       packages/parallel               darcs   -
82 libraries/stm                   extra       packages/stm                    darcs   -
83 libraries/primitive             dph         packages/primitive              darcs   http://code.haskell.org/primitive
84 libraries/vector                dph         packages/vector                 darcs   http://code.haskell.org/vector
85 libraries/dph                   dph         packages/dph                    darcs   -