We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 342c289 commit a1b6c5fCopy full SHA for a1b6c5f
pkgs/development/compilers/ghc/head.nix
@@ -12,7 +12,7 @@ let
12
13
commonBuildInputs = [ ghc perl autoconf automake happy alex python3 ];
14
15
- version = "2017-01-06";
+ version = "8.1.20170106";
16
rev = "b4f2afe70ddbd0576b4eba3f82ba1ddc52e9b3bd";
17
18
commonPreConfigure = ''
@@ -29,7 +29,7 @@ let
29
'';
30
in stdenv.mkDerivation (rec {
31
inherit version rev;
32
- name = "ghc-unstable-${version}";
+ name = "ghc-${version}";
33
34
src = fetchgit {
35
url = "git://git.haskell.org/ghc.git";
pkgs/development/compilers/ghcjs/head.nix
@@ -1,7 +1,7 @@
1
{ fetchgit, fetchFromGitHub, bootPkgs }:
2
3
bootPkgs.callPackage ./base.nix {
4
- version = "2017-03-23";
+ version = "0.2.020170323";
5
6
inherit bootPkgs;
7
0 commit comments