mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
ghc-head: bump version to most recent snapshot
This commit is contained in:
parent
c9cd0bc68c
commit
f9580894f2
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "7.9.20141210";
|
||||
version = "7.9.20141217";
|
||||
name = "ghc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://deb.haskell.org/dailies/2014-12-10/ghc_${version}.orig.tar.bz2";
|
||||
sha256 = "0487x0rvpz6c47v9qvc7rgk3hnabmali6c66mzh2bizkgmy1qpk0";
|
||||
url = "http://deb.haskell.org/dailies/2014-12-17/ghc_${version}.orig.tar.bz2";
|
||||
sha256 = "1yfdi9r07aqbnv6xfdhs6cpj0y0yjdr03l5sa4dv0j1xs3lh1wkv";
|
||||
};
|
||||
|
||||
buildInputs = [ ghc perl ncurses happy alex ];
|
||||
|
Loading…
Reference in New Issue
Block a user