Changes between Version 2 and Version 3 of GettingTheSource

Show
Ignore:
Timestamp:
05/24/07 09:25:04 (6 years ago)
Author:
ross
Comment:

add --set-scripts-executable option

Legend:

Unmodified
Added
Removed
Modified
  • GettingTheSource

    v2 v3  
    2121 1. Check out `hugs98`.  If you don't already have access to the Haskell darcs repository, you can get a read-only copy as follows: 
    2222    {{{ 
    23 darcs get --partial http://darcs.haskell.org/hugs98 
     23darcs get --set-scripts-executable --partial http://darcs.haskell.org/hugs98 
    2424}}} 
    2525    If you intend to submit patches, you should omit the `--partial`, but it will take quite a bit longer.