Skip to content

Commit a1b6c5f

Browse files
committedMay 9, 2017
Revert "Use consistent package naming for HEAD.nix files" for GHC and GHCjs.
This reverts commit 31b0e34. The version numbers used in that commit were no improvement.
1 parent 342c289 commit a1b6c5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎pkgs/development/compilers/ghc/head.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212

1313
commonBuildInputs = [ ghc perl autoconf automake happy alex python3 ];
1414

15-
version = "2017-01-06";
15+
version = "8.1.20170106";
1616
rev = "b4f2afe70ddbd0576b4eba3f82ba1ddc52e9b3bd";
1717

1818
commonPreConfigure = ''
@@ -29,7 +29,7 @@ let
2929
'';
3030
in stdenv.mkDerivation (rec {
3131
inherit version rev;
32-
name = "ghc-unstable-${version}";
32+
name = "ghc-${version}";
3333

3434
src = fetchgit {
3535
url = "git://git.haskell.org/ghc.git";

‎pkgs/development/compilers/ghcjs/head.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ fetchgit, fetchFromGitHub, bootPkgs }:
22

33
bootPkgs.callPackage ./base.nix {
4-
version = "2017-03-23";
4+
version = "0.2.020170323";
55

66
inherit bootPkgs;
77

0 commit comments

Comments
 (0)