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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9d98458c294
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4616a7d87591
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2020

  1. ghc: update 8.10.1 pre-release to announced rc1

    https://mail.haskell.org/pipermail/ghc-devs/2020-January/018530.html
    
    The version previously fetched was `8.10.0.20200108`.
    ggreif committed Jan 25, 2020
    Copy the full SHA
    d3942b0 View commit details
  2. Merge pull request #78468 from ggreif/patch-1

    ghc: update 8.10.1 pre-release to announced rc1
    peti authored Jan 25, 2020
    Copy the full SHA
    4616a7d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/ghc/8.10.1.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ghc/8.10.1.nix
Original file line number Diff line number Diff line change
@@ -86,12 +86,12 @@ let

in
stdenv.mkDerivation (rec {
version = "8.10.0.20200108";
version = "8.10.0.20200123";
name = "${targetPrefix}ghc-${version}";

src = fetchurl {
url = "https://downloads.haskell.org/ghc/8.10.1-rc1/ghc-${version}-src.tar.xz";
sha256 = "1xm6cb3s2x3rycnyvkh12mp65xi3zbwrk5ima8sg7c245f3dl0ay";
sha256 = "162s5g33s918i12qfcqdj5wanc10xg07g5lq3gpm5j7c1v0y1zrf";
};

enableParallelBuilding = true;