Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9f9f7a35aa39
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: baea6a8d824c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 24, 2016

  1. haskell/hoogle.nix: make an empty packages list possible

    Building hoogle environments with an empty list of packages threw a built-time
    error. This was particularly confusing when giving e.g. `(hps: [hps.Cabal])`
    which, since `Cabal` is set to `null` (because it’s a distribution package),
    would have lead to the same error as an empty list.
    
    It was not useful to throw an error at all, because sometimes one only wants to
    build an environment for the distribution packages; also the default value for
    packages wasn’t even a valid value, so it is removed.
    Profpatsch committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    b8a69aa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Merge pull request #20619 from Profpatsch/ghcWithHoogle-empty-package…

    …list
    
    haskell/hoogle.nix: make an empty packages list possible
    peti committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    baea6a8 View commit details
    Browse the repository at this point in the history