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: caf7725f9583
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ea71b0aa913b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 4, 2021

  1. top-level/release-haskell.nix: add less obvious top-level haskell pkgs

    These were found by grepping for haskellPackages in the whole
    repository.
    sternenseemann committed May 4, 2021
    Copy the full SHA
    6784d2b View commit details
    Browse the repository at this point in the history
  2. top-level/release-haskell.nix: use top-level git-annex attribute

    This saves us from the annoyances of the gitAndTools attribute set which
    doesn't have recurseForDerivations and is thus ignored by
    packagePlatforms.
    sternenseemann committed May 4, 2021
    Copy the full SHA
    07dd4a9 View commit details
    Browse the repository at this point in the history
  3. top-level/release-haskell.nix: also tests writers tests

    This should show us what impact our changes have on writeHaskell.
    sternenseemann committed May 4, 2021
    Copy the full SHA
    ea71b0a View commit details
    Browse the repository at this point in the history