Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 570708183b74972932425ac1786f4fcd757ad99f
      
https://github.com/NixOS/nixpkgs/commit/570708183b74972932425ac1786f4fcd757ad99f
  Author: Profpatsch <[email protected]>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  haskellPackages: add hoogleLocal

The docs in `hoogle.nix` intend for it to be in the packageset as `hoogleLocal`
and that also makes a lot of sense from a user perspective.

`packages` is not a function `HaskellPackages -> [Package]`, but rather an
arbitrary set of packages.
That is good, because that way it can be used e.g. to merge package databases
from other versions of the packageset.

It’s done as function with default argument, because otherwise the user has to
use `overrideCabal` to override `packages` in `hoogle.nix`.


  Commit: 09fecd18b2ebf7d309478b90965110b1f02f4650
      
https://github.com/NixOS/nixpkgs/commit/09fecd18b2ebf7d309478b90965110b1f02f4650
  Author: Peter Simons <[email protected]>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  Merge pull request #21002 from Profpatsch/hoogle-local

haskellPackages: add hoogleLocal


Compare: https://github.com/NixOS/nixpkgs/compare/7c8d4cd9a9ab...09fecd18b2eb
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to