mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #19228 from mboes/ghc-head-20160930
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
This commit is contained in:
commit
98a750b4a8
@ -6,14 +6,14 @@ let
|
|||||||
inherit (bootPkgs) ghc;
|
inherit (bootPkgs) ghc;
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "8.1.20160826";
|
version = "8.1.20160930";
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
rev = "0050aff22ba04baca732bf5124002417ab667f8a";
|
rev = "9e862765ffe161da8a4fd9cd67b0a600874feaa9";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.haskell.org/ghc.git";
|
url = "git://git.haskell.org/ghc.git";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1iirb11fr8914pb6i988cfji56gs698ll819bgb0hpcdkrmffwqc";
|
sha256 = "01fmp5yrh3is8vzv2vabkzlvm1ry1zcq99m078plx9wgy20giq59";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user