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: 26ffae147450
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5d3a83dfc4d4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 20, 2018

  1. ghc bootstrap binary: 8.2.1 -> 8.2.2

    If the nix store lives on NFS, `ghc 8.2.1` is unable to build a package
    database. This bug was fixed by @bgamari in `ghc 8.2.2` here:
    https://ghc.haskell.org/trac/ghc/ticket/13945
    
    This commit upgrades the unpacked bootstrap GHC version, so that we can build
    newer versions of GHC even if the store is on NFS.
    bhipple committed Nov 20, 2018
    Copy the full SHA
    51a79e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50808 from bhipple/fix/ghc-bootstrap

    ghc bootstrap binary: 8.2.1 -> 8.2.2
    peti committed Nov 20, 2018
    Copy the full SHA
    5d3a83d View commit details
    Browse the repository at this point in the history