summary refs log tree commit diff
path: root/pkgs/data/misc/hackage/default.nix
blob: fd8b50e4c0bd315b91c47ed4fc64f5687cbeaf26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ fetchFromGitHub }:

# Use builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz"
# instead if you want the latest Hackage automatically at the price of frequent re-downloads.

fetchFromGitHub {
  owner = "commercialhaskell";
  repo = "all-cabal-hashes";
  rev = "53fcf983669a3f0cdfd795fec28ecb40740a64ca";
  sha256 = "0jfrr6mjb3x1ybgrsinhm0nl3jmdjyf9mghpgsm75lgr83cm12a5";
}