nixpkgs/pkgs/data/misc/hackage/default.nix
2017-01-12 10:00:22 +01:00

12 lines
423 B
Nix

{ 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 = "5c5b04af472eb6c2854b21cb52ee6324252280de";
sha256 = "1cnr350044yrlg7wa09fmdarl7y9gkydh25lv94wcqg3w9cdv0fb";
}