Haskell Unsafe provides a set of apt repositories for Haskell-related debs unsuitable for the Debian archives. For the stable repositories this will generally be for stable backports of debs now in Debian's unstable. For the other repositories these will generally be for debs that have had less testing or have known packaging issues to sort out.
While we will obviously try not to upload broken packages, You should not install anything from here if you aren't willing to sort out any mess it might create.
You can put something like the following in
/etc/apt/sources.list (adjust architecture and
distributions to suit):
deb http://haskell-unsafe.alioth.debian.org/archive/i386 . unstable testing stable
Replace deb with deb-src for the
corresponding source archive.
Speak to a project admin on the alioth project to get added
to the developers. You will probably want something like
this in ~/.dput.cf:
[haskell] login = your_alioth_login method = scp fqdn = haskell-unsafe.alioth.debian.org incoming = /org/alioth.debian.org/chroot/home/groups/haskell-unsafe/htdocs/incoming allow_unsigned_uploads = 1 post_upload_command = ssh your_alioth_login@haskell-unsafe.alioth.debian.org /org/alioth.debian.org/chroot/home/groups/haskell-unsafe/scripts/install
Please put umask 0002 in
~/.bash_profile before doing anything in the
haskell-unsafe directory.
Please try to make sure tarballs also reach the archive.
Sourceless uploads (i.e. those missing .diff.gz
and .dsc files) are rejected.