Add some comments on the alternative layout rule state
[ghc-hetmet.git] / packages
1 # Note that when adding libraries to this file, you also need to add
2 # the library to the SUBDIRS variable in libraries/Makefile so that they
3 # actually get built
4 #
5 # The format of the lines in this file is:
6 #   localpath    (optional) tag    remotepath    VCS
7 # where
8 #   * localpath is where to put the repository in a checked out tree,
9 #   * remotepath is where the repository is in the central repository,
10 #   * VCS is what version control system the repo uses,
11 #   * the tag, is present, determines when "darcs-all get" will get the
12 #     repo. If there is no tag then it will always get it, but if there
13 #     is a tag then a corresponding flag must be given to darcs-all, e.g.
14 #     if you want to get the packages with an "extralibs" or "testsuite"
15 #     tag then you need to use "darcs-all --extra --testsuite get".
16 #     Support for new tags must be manually added to the darcs-all script.
17 #
18 # Lines that start with a '#' are comments.
19 .                                       ghc                             git
20 ghc-tarballs                            ghc-tarballs                    darcs
21 utils/hsc2hs                            hsc2hs                          darcs
22 utils/haddock                           haddock2                        darcs
23 libraries/array                         packages/array                  darcs
24 libraries/base                          packages/base                   darcs
25 libraries/binary                        packages/binary                 darcs
26 libraries/Cabal                         packages/Cabal                  darcs
27 libraries/containers                    packages/containers             darcs
28 libraries/directory                     packages/directory              darcs
29 libraries/dph                           packages/dph                    darcs
30 libraries/extensible-exceptions         packages/extensible-exceptions  darcs
31 libraries/filepath                      packages/filepath               darcs
32 libraries/ghc-prim                      packages/ghc-prim               darcs
33 libraries/haskeline                     packages/haskeline              darcs
34 libraries/haskell98                     packages/haskell98              darcs
35 libraries/hpc                           packages/hpc                    darcs
36 libraries/integer-gmp                   packages/integer-gmp            darcs
37 libraries/integer-simple                packages/integer-simple         darcs
38 libraries/mtl                           packages/mtl                    darcs
39 libraries/old-locale                    packages/old-locale             darcs
40 libraries/old-time                      packages/old-time               darcs
41 libraries/pretty                        packages/pretty                 darcs
42 libraries/process                       packages/process                darcs
43 libraries/random                        packages/random                 darcs
44 libraries/template-haskell              packages/template-haskell       darcs
45 libraries/terminfo                      packages/terminfo               darcs
46 libraries/unix                          packages/unix                   darcs
47 libraries/utf8-string                   packages/utf8-string            darcs
48 libraries/Win32                         packages/Win32                  darcs
49 testsuite                   testsuite   testsuite                       darcs
50 nofib                       nofib       nofib                           darcs