= Get the Source = We use [http://darcs.net darcs] for version control. 1. Grab the latest source snapshot from [http://code.haskell.org/ddc/snapshot] and unpack it. {{{ wget http://code.haskell.org/ddc/snapshot/ddc-head-latest.tgz tar zxf ddc-head-latest.tgz }}} 2. Update the snapshot to match the current head branch. {{{ cd ddc-head darcs pull -a http://code.haskell.org/ddc/ddc-head }}} === Alternatively === 1. Use darcs get the head branch in one go (takes about 7-8 minutes on a decent ADSL connection) {{{ darcs get http://code.haskell.org/ddc/ddc-head }}}