tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ghc: update 7.10.1 to rc3
Peter Simons
11 years ago
04611ab6
eb7b6e21
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ghc
7.10.1.nix
+3
-3
pkgs/development/compilers/ghc/7.10.1.nix
···
16
16
in
17
17
18
18
stdenv.mkDerivation rec {
19
19
-
version = "7.10.0.20150123";
19
19
+
version = "7.10.0.20150315";
20
20
name = "ghc-${version}";
21
21
22
22
src = fetchurl {
23
23
-
url = "https://downloads.haskell.org/~ghc/7.10.1-rc2/${name}-src.tar.xz";
24
24
-
sha256 = "0in5zsr2z545yln55c7mwi07x3za0874yxbpsj5xsb4vn3wrcrbn";
23
23
+
url = "https://downloads.haskell.org/~ghc/7.10.1-rc3/${name}-src.tar.bz2";
24
24
+
sha256 = "0drj8llsf17iqlr04dp0xd5ypfsv5cgcm7ncvh675sas2rw5qhjx";
25
25
};
26
26
27
27
buildInputs = [ ghc perl ];