Skip to content

Commit

Permalink
ghc: 8.8.2-rc1 -> 8.8.2
Browse files Browse the repository at this point in the history
https://www.haskell.org/ghc/blog/20200116-ghc-8.8.2-released.html
(cherry picked from commit 42fd1d0)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
ggreif authored and domenkozar committed Feb 16, 2020
1 parent 9d835b2 commit 3df38d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghc/8.8.2.nix
Expand Up @@ -86,12 +86,12 @@ let

in
stdenv.mkDerivation (rec {
version = "8.8.1.20191211";
version = "8.8.2";
name = "${targetPrefix}ghc-${version}";

src = fetchurl {
url = "https://downloads.haskell.org/ghc/8.8.2-rc1/ghc-${version}-src.tar.xz";
sha256 = "1gl4fzakjbhd94v1saxmr9sfzgk22m1b95jq51rxm93b2g4cixl4";
url = "https://downloads.haskell.org/ghc/8.8.2/ghc-${version}-src.tar.xz";
sha256 = "02qa6wgjpxgakg7hv4zfdlrx9k7zxa5i02wnr6y9fsv8j16sbkh1";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 3df38d3

Please sign in to comment.