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: cff5adc2fbd8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6674f647234
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 31, 2020

  1. Fix evaluation of cabal2nix

    `cabal2nix` fails to evaluate due to attempting to
    evaluate `pkgs.haskellPackages.hackage-db_2_1_0`, which
    does not exist.  However, the default
    `pkgs.haskellPackages.hackage-db` is already version 2.1.0,
    so the fix is simple: go back to using the default version.
    Gabriella439 committed Mar 31, 2020
    Copy the full SHA
    8d2c08e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83825 from Gabriel439/gabriel/fix_cabal2nix

    Fix evaluation of `cabal2nix`
    jtojnar committed Mar 31, 2020
    Copy the full SHA
    e6674f6 View commit details
    Browse the repository at this point in the history