nixpkgs/pkgs/development
Peter Simons fac1168816 callHackage: make 'all-cabal-hashes' repository overridable
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.

People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:

  {
    packageOverrides = super: {
      all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz";
    };
  }
2016-11-01 18:35:19 +01:00
..
arduino ino: use python2 2016-10-18 23:14:36 +02:00
beam-modules build-rebar3: Append postPatch to original hook 2016-08-29 23:31:50 +02:00
bower-modules/generic
compilers scala: Fix hash 2016-11-01 08:54:53 -04:00
coq-modules coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2 2016-10-31 16:22:04 -07:00
dotnet-modules/patches
eclipse
em-modules/generic
go-modules buildGoPackage: introduce extraSrcPaths option 2016-10-29 05:18:16 +02:00
guile-modules guile_ncurses: Use absolute path to load libguile-ncurses 2016-10-12 20:47:55 +01:00
haskell-modules callHackage: make 'all-cabal-hashes' repository overridable 2016-11-01 18:35:19 +01:00
idris-modules Merge pull request #19003 from siddharthist/lightyear/init 2016-09-29 16:16:10 +02:00
interpreters Merge pull request #19984 from sternenseemann/license-clash 2016-11-01 09:09:35 -04:00
libraries tinyxml-2: 3.0.0 -> 4.0.1 2016-11-01 15:57:18 +01:00
lisp-modules asdf: 3.1.6 -> 3.1.7 2016-09-26 15:49:30 +02:00
lua-modules
misc loc: 0.3.0 -> 0.3.3 2016-10-30 16:45:04 -04:00
mobile androidenv: Add API sources 2016-10-09 19:11:55 +09:00
node-packages node-packages: fix reference 2016-10-30 09:59:56 +01:00
ocaml-modules ocamlPackages.containers: 0.18 -> 0.20 2016-10-26 19:10:33 +02:00
perl-modules Net::Amazon::S3: 0.60 -> 0.80 2016-09-26 17:35:53 +02:00
pharo
pure-modules purePackages.glpk: fix build 2016-09-10 17:41:19 +02:00
python-modules numpy: enable numpy.distutils patch only if it's also in distutils 2016-10-26 21:29:55 +00:00
qtcreator qtcreator: enable checking 2016-09-06 14:02:09 +02:00
r-modules r-modules: add more environment documentation 2016-10-13 22:18:16 +00:00
ruby-modules ruby-zoom: init at 4.1.0 2016-10-26 17:26:26 +05:30
tools Merge pull request #19696 from TikhonJelvis/electron-osx 2016-10-31 16:53:30 -07:00
web nodejs-0_10: remove 2016-10-28 07:43:04 -04:00