Changes between Version 1 and Version 2 of Building/AddingLibs

Show
Ignore:
Timestamp:
09/17/08 02:46:32 (5 years ago)
Author:
NeilMitchell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building/AddingLibs

    v1 v2  
    1818A later {{{./darcs-all pull }}} should now pull not only ghc and the core libraries, but also any library you have added like this. 
    1919{{{ 
     20  $ cd libraries 
    2021  $ darcs get http://darcs.haskell.org/packages/<name> 
    2122  $ cd ..