summary refs log tree commit diff
path: root/pkgs/data/misc/hackage/default.nix
blob: eddc833da9d1c592e673e175c029ae777423cc8a (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 = "901c2522e6797270f5ded4495b1a529e6c16ef45";
  sha256 = "0wng314y3yn6bbwa5ar254l7p8y99gsvm8ll4z7f3wg77v5fzish";
}