pkgs/top-level/release.nix: build GHC 7.6.3 instead of 7.6.2

This commit is contained in:
Peter Simons 2013-05-30 11:09:13 +02:00
parent f902fe1f68
commit 6039e98991

View file

@ -383,7 +383,7 @@ let
ghc = ghcSupported;
};
haskellPackages_ghc762 = {
haskellPackages_ghc763 = {
ghc = ghcSupported;
};