Skip to content

Commit

Permalink
ghc-head: update to version 7.9.20141106
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Nov 7, 2014
1 parent a93512d commit 484b265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghc/head.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:

stdenv.mkDerivation rec {
version = "7.9.20140814";
version = "7.9.20141106";
name = "ghc-${version}";

src = fetchurl {
url = "http://deb.haskell.org/dailies/2014-08-14/ghc_${version}.orig.tar.bz2";
sha256 = "05vmlbzbfv72z570xmlh8n003z9xc4l5hixjqvczyyyisdvmyaa3";
url = "http://deb.haskell.org/dailies/2014-11-06/ghc_${version}.orig.tar.bz2";
sha256 = "1si8wx8a2lrg5ba13vwpisssxa3rcxi5a7fqxhgapa8d2i2w7gaz";
};

buildInputs = [ ghc perl gmp ncurses happy alex ];
Expand Down

0 comments on commit 484b265

Please sign in to comment.