summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-05-30 11:09:13 +0200
committerPeter Simons <simons@cryp.to>2013-05-30 12:33:43 +0200
commit6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b (patch)
tree318bd51cac6a1a8367696e998bfca5918dd87521 /pkgs/top-level/release.nix
parentf902fe1f68140a4d2dd61800b183164185aabcf0 (diff)
downloadnixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar.gz
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar.bz2
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar.lz
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar.xz
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.tar.zst
nixlib-6039e98991ba3cdbfa89b27b6e337fdbff0e1c6b.zip
pkgs/top-level/release.nix: build GHC 7.6.3 instead of 7.6.2
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index f7c2ac399a43..11102f891557 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -383,7 +383,7 @@ let
         ghc = ghcSupported;
       };
 
-      haskellPackages_ghc762 = {
+      haskellPackages_ghc763 = {
         ghc = ghcSupported;
       };