1 # Despite the name "package", this file contains the master list of
2 # the *repositories* that make up GHC. It is parsed by
4 # * rules/foreachLibrary.mk
6 # Some of this information is duplicated elsewhere in the build system:
8 # In particular when adding libraries to this file, you also need to add
9 # the library to the SUBDIRS variable in libraries/Makefile so that they
12 # The repos are of several kinds:
13 # - The main GHC source repo
14 # - Each boot package lives in a repo
15 # - DPH is a repo that contains several packages
16 # - Haddock and hsc2hs are applications, built on top of GHC,
17 # and in turn needed to bootstrap GHC
18 # - ghc-tarballs is need to build GHC
19 # - nofib is an optional helpers
21 # The format of the lines in this file is:
22 # localpath tag remotepath upstreamurl
24 # * 'localpath' is where to put the repository in a checked out tree.
25 # * 'remotepath' is where the repository is in the central repository.
26 # It is - for submodules.
27 # * 'upstreamurl' is the upstream Git repo location for packages
28 # maintained outside of GHC HQ. Repositories which are hosted on
29 # GitHub and GHC developers are granted push-rights for are denoted by
30 # being specified with the `ssh://` scheme. Thus, `https://`
31 # repo urls denote read-only access.
32 # * 'tag', in combination with the variables BUILD_DPH and BUILD_EXTRA_PKGS,
33 # determines which packages are build by default.
35 # Lines that start with a '#' are comments.
37 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38 # localpath tag remotepath upstreamurl
39 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 ghc-tarballs windows ghc-tarballs.git -
43 utils/haddock - - ssh://git@github.com/haskell/haddock.git
45 libraries/binary - - https://github.com/kolmodin/binary.git
46 libraries/bytestring - - https://github.com/haskell/bytestring.git
47 libraries/Cabal - - https://github.com/haskell/cabal.git
48 libraries/containers - - https://github.com/haskell/containers.git
49 libraries/deepseq - - ssh://git@github.com/haskell/deepseq.git
50 libraries/directory - - ssh://git@github.com/haskell/directory.git
51 libraries/filepath - - ssh://git@github.com/haskell/filepath.git
52 libraries/haskeline - - https://github.com/judah/haskeline.git
55 libraries/pretty - - https://github.com/haskell/pretty.git
56 libraries/process - - ssh://git@github.com/haskell/process.git
57 libraries/terminfo - - https://github.com/judah/terminfo.git
58 libraries/time - - https://github.com/haskell/time.git
59 libraries/transformers - - http://git.haskell.org/darcs-mirrors/transformers.git
60 libraries/unix - - ssh://git@github.com/haskell/unix.git
61 libraries/Win32 - - https://github.com/haskell/win32.git
62 libraries/xhtml - - https://github.com/haskell/xhtml.git
64 libraries/parallel extra - ssh://git@github.com/haskell/parallel.git
65 libraries/stm extra - -
66 libraries/random dph - https://github.com/haskell/random.git
67 libraries/primitive dph - https://github.com/haskell/primitive.git
68 libraries/vector dph - https://github.com/haskell/vector.git