Add hackage mirror to mirrors.nix

This commit is contained in:
Benno Fünfstück 2014-06-21 20:15:45 +02:00
parent 333b6bdfee
commit 7ac13c40ab

View File

@ -373,4 +373,10 @@ rec {
http://lib.stat.cmu.edu/
];
# Hackage mirrors
hackage = [
http://hackage.haskell.org/package/
http://hdiff.luite.com/packages/archive/package/
];
}