Skip to content

Commit

Permalink
ghc: 8.2.2-rc2 -> 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Nov 22, 2017
1 parent a1e340f commit b1a0f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghc/8.2.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

let
inherit (bootPkgs) ghc;
version = "8.2.1.20171108";
version = "8.2.2";

commonBuildInputs = [ alex autoconf automake ghc happy hscolour perl python3 sphinx ];
commonPreConfigure = ''
Expand All @@ -26,8 +26,8 @@ in stdenv.mkDerivation (rec {
name = "ghc-${version}";

src = fetchurl {
url = "https://downloads.haskell.org/~ghc/8.2.2-rc3/${name}-src.tar.xz";
sha256 = "13h55vcrs243bv4hv8i4jq80rsx5hvhi09r3rcs562d8zk7k665w";
url = "https://downloads.haskell.org/~ghc/8.2.2/${name}-src.tar.xz";
sha256 = "1z05vkpaj54xdypmaml50hgsdpw29dhbs2r7magx0cm199iw73mv";
};

postPatch = "patchShebangs .";
Expand Down

0 comments on commit b1a0f91

Please sign in to comment.