mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
ghc: bump HEAD compiler to 7.10.1-rc1
This commit is contained in:
parent
406fefdf83
commit
c1c0b4bbfd
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:
|
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7.9.20141217";
|
version = "7.10.0.20141222";
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://deb.haskell.org/dailies/2014-12-17/ghc_${version}.orig.tar.bz2";
|
url = "https://downloads.haskell.org/~ghc/7.10.1-rc1/ghc-7.10.0.20141222-src.tar.xz";
|
||||||
sha256 = "1yfdi9r07aqbnv6xfdhs6cpj0y0yjdr03l5sa4dv0j1xs3lh1wkv";
|
sha256 = "0nncvvwksqqz1d991jbag3b4174i275nn0psadriq5hi3px11dkl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghc perl ncurses happy alex ];
|
buildInputs = [ ghc perl ncurses happy alex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user