From 31b0e34d1dd1226de1492101e3aeea60292196d7 Mon Sep 17 00:00:00 2001 From: rht Date: Tue, 9 May 2017 10:31:15 +0700 Subject: Use consistent package naming for HEAD.nix files --- pkgs/development/compilers/ghc/head.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/compilers/ghc') diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index 006a9f8fbc46..1bf2d4b0ef03 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -12,7 +12,7 @@ let commonBuildInputs = [ ghc perl autoconf automake happy alex python3 ]; - version = "8.1.20170106"; + version = "2017-01-06"; rev = "b4f2afe70ddbd0576b4eba3f82ba1ddc52e9b3bd"; commonPreConfigure = '' @@ -29,7 +29,7 @@ let ''; in stdenv.mkDerivation (rec { inherit version rev; - name = "ghc-${version}"; + name = "ghc-unstable-${version}"; src = fetchgit { url = "git://git.haskell.org/ghc.git"; -- cgit 1.4.1