Remove upstream repos from the packages file
[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 sync-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
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 # Lines that start with a '#' are comments.
38 .                               -           ghc.git                             git
39 ghc-tarballs                    -           ghc-tarballs.git                    git
40 utils/hsc2hs                    -           hsc2hs.git                          git
41 utils/haddock                   -           haddock2.git                        git
42 libraries/array                 -           packages/array.git                  git
43 libraries/base                  -           packages/base.git                   git
44 libraries/binary                -           packages/binary.git                 git
45 libraries/bytestring            -           packages/bytestring.git             git
46 libraries/Cabal                 -           packages/Cabal.git                  git
47 libraries/containers            -           packages/containers.git             git
48 libraries/directory             -           packages/directory.git              git
49 libraries/extensible-exceptions -           packages/extensible-exceptions.git  git
50 libraries/filepath              -           packages/filepath.git               git
51 libraries/ghc-prim              -           packages/ghc-prim.git               git
52 libraries/haskeline             -           packages/haskeline.git              git
53 libraries/haskell98             -           packages/haskell98.git              git
54 libraries/haskell2010           -           packages/haskell2010.git            git
55 libraries/hoopl                 -           packages/hoopl.git                  git
56 libraries/hpc                   -           packages/hpc.git                    git
57 libraries/integer-gmp           -           packages/integer-gmp.git            git
58 libraries/integer-simple        -           packages/integer-simple.git         git
59 libraries/mtl                   -           packages/mtl.git                    git
60 libraries/old-locale            -           packages/old-locale.git             git
61 libraries/old-time              -           packages/old-time.git               git
62 libraries/pretty                -           packages/pretty.git                 git
63 libraries/process               -           packages/process.git                git
64 libraries/random                -           packages/random.git                 git
65 libraries/template-haskell      -           packages/template-haskell.git       git
66 libraries/terminfo              -           packages/terminfo.git               git
67 libraries/unix                  -           packages/unix.git                   git
68 libraries/utf8-string           -           packages/utf8-string.git            git
69 libraries/Win32                 -           packages/Win32.git                  git
70 libraries/xhtml                 -           packages/xhtml.git                  git
71 testsuite                       testsuite   testsuite.git                       git
72 nofib                           nofib       nofib.git                           git
73 libraries/deepseq               extra       packages/deepseq.git                git
74 libraries/parallel              extra       packages/parallel.git               git
75 libraries/stm                   extra       packages/stm.git                    git
76 libraries/primitive             dph         packages/primitive.git              git
77 libraries/vector                dph         packages/vector.git                 git
78 libraries/dph                   dph         packages/dph.git                    git