Changes between Version 13 and Version 14 of GhcDarcs
- Timestamp:
- 08/24/06 05:02:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcDarcs
v13 v14 13 13 14 14 '''NOTE''': you really want {{{--partial}}} when grabbing GHC. There are some 13000 patches in the repository, which take a long time to download without {{{--partial}}}. The {{{darcs-all}}} script automatically adds {{{--partial}}} for the packages. 15 16 The above will grab the "core" set of packages. This is the minimal set of packages required to bootstrap GHC. If you want to get a more comprehensive set of packages and include them in your GHC build, then you can say: 17 18 {{{ 19 $ ./darcs-all --extra get 20 }}} 21 22 This isn't usually necessary: extra packages can be compiled and installed separately using Cabal, after you have built and installed GHC itself with its core packages. The list of "core" and "extra" packages is below. 15 23 16 24 Optionally, you might want to grab the testsuite and benchmark suite too, which should also be sub-directories of ghc: … … 29 37 ||[http://darcs.haskell.org/nofib]||The benchmark suite|| 30 38 31 And the following repositories contain packages that are used to populate the libraries directory of a darcs checkout:39 The following repositories are the "core" packages, that populate the libraries directory of a GHC tree: 32 40 41 ||http://darcs.haskell.org/packages/base|| 33 42 ||http://darcs.haskell.org/packages/Cabal|| 43 ||http://darcs.haskell.org/packages/haskell98|| 44 ||http://darcs.haskell.org/packages/readline|| 45 ||http://darcs.haskell.org/packages/regex-base|| 46 ||http://darcs.haskell.org/packages/regex-posix|| 47 ||http://darcs.haskell.org/packages/regex-compat|| 48 ||http://darcs.haskell.org/packages/stm|| 49 ||http://darcs.haskell.org/packages/template-haskell|| 50 ||http://darcs.haskell.org/packages/unix|| 51 ||http://darcs.haskell.org/packages/Win32|| 52 53 And the following repositories are the "extra" packages: 54 34 55 ||http://darcs.haskell.org/packages/ALUT|| 35 56 ||http://darcs.haskell.org/packages/GLUT|| … … 42 63 ||http://darcs.haskell.org/packages/OpenGL|| 43 64 ||http://darcs.haskell.org/packages/QuickCheck|| 44 ||http://darcs.haskell.org/packages/Win32||45 65 ||http://darcs.haskell.org/packages/X11|| 46 66 ||http://darcs.haskell.org/packages/arrows|| 47 ||http://darcs.haskell.org/packages/base||48 67 ||http://darcs.haskell.org/packages/fgl|| 49 68 ||http://darcs.haskell.org/packages/haskell-src|| 50 ||http://darcs.haskell.org/packages/h askell98||69 ||http://darcs.haskell.org/packages/html|| 51 70 ||http://darcs.haskell.org/packages/monads|| 52 71 ||http://darcs.haskell.org/packages/mtl|| 53 72 ||http://darcs.haskell.org/packages/network|| 54 73 ||http://darcs.haskell.org/packages/parsec|| 55 ||http://darcs.haskell.org/packages/readline|| 56 ||http://darcs.haskell.org/packages/stm|| 57 ||http://darcs.haskell.org/packages/template-haskell|| 58 ||http://darcs.haskell.org/packages/unix|| 74 ||http://darcs.haskell.org/packages/time|| 75 ||http://darcs.haskell.org/packages/xhtml|| 59 76 60 77 There are no branches currently; we will use CVS for the 6.4 branch until its end of life, and use darcs for future branches.
