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: 32340793aafe
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bf084e0ed7a6
Choose a head ref
  • 3 commits
  • 20 files changed
  • 1 contributor

Commits on Nov 2, 2018

  1. Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.

    We keep the latest minor release of each one of the last 3 major releases,
    which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
    ghc-HEAD, but this doesn't count.
    
    Dropping these compilers implied that we have to drop the corresponding
    versions of ghcjs, too. We can also drop a shitload of obsolete compiler
    patches that newer versions no longer need.
    
    At some point, we can probably simplify the generic builder, too.
    peti committed Nov 2, 2018
    Copy the full SHA
    2f0de54 View commit details
    Browse the repository at this point in the history
  2. zsh-git-prompt: don't hard-code any particular compiler version

    Just use whatever is the current default.
    peti committed Nov 2, 2018
    Copy the full SHA
    bf26876 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Merge pull request #49653 from peti/drop-old-ghc-versions

    drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
    peti committed Nov 3, 2018
    Copy the full SHA
    bf084e0 View commit details
    Browse the repository at this point in the history