diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-14 16:29:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-14 16:29:48 +0000 |
commit | 5dd95594637dbb6b03bc675c032a1bf430c4b0bf (patch) | |
tree | 44ac135c9cb636849711afc318a7ea9f01069e32 /tarballs | |
parent | 62f4d7ce402af37c87d5fffb2163d47af26f6e74 (diff) | |
download | haskell-5dd95594637dbb6b03bc675c032a1bf430c4b0bf.tar.gz |
Add tarball syncing to darcs-all
We now use it for libffi and the mingw tarballs
Diffstat (limited to 'tarballs')
-rw-r--r-- | tarballs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tarballs b/tarballs new file mode 100644 index 0000000000..5a7b72d5b8 --- /dev/null +++ b/tarballs @@ -0,0 +1,13 @@ +# The format of the lines in this file is: +# localpath remotepath +# where +# * localpath is where to put the repository in a checked out tree, +# * remotepath is where the tarball is in the central repository. +# +# Lines that start with a '#' are comments. +mingw/binutils-2.19.1-mingw32-bin.tar.gz ghc-tarballs/binutils-2.19.1-mingw32-bin.tar.gz +mingw/gcc-core-3.4.5-20060117-3.tar.gz ghc-tarballs/gcc-core-3.4.5-20060117-3.tar.gz +mingw/mingw-runtime-3.14.tar.gz ghc-tarballs/mingw-runtime-3.14.tar.gz +mingw/w32api-3.13-mingw32-dev.tar.gz ghc-tarballs/w32api-3.13-mingw32-dev.tar.gz +libffi/tarball/libffi-3.0.8.tar.gz ghc-tarballs/libffi-3.0.8.tar.gz + |