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