about summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-11-26 21:24:08 +0100
committerPeter Simons <simons@cryp.to>2016-11-26 21:24:40 +0100
commitc272c662765399706d344ffda3f4fe8e366b8d8e (patch)
tree35dbaf2ecafc09c5a87c02df7f512d68ea71455a /pkgs/top-level/haskell-packages.nix
parentbe34ee415baaecc5756d630b4e4619a7d43e1753 (diff)
downloadnixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar.gz
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar.bz2
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar.lz
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar.xz
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.tar.zst
nixlib-c272c662765399706d344ffda3f4fe8e366b8d8e.zip
ghc: add release candidate 1 for 8.0.2
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index a3cb0a8ca1c6..4cdc70fed4fa 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -46,6 +46,10 @@ rec {
       bootPkgs = packages.ghc7103;
       inherit (bootPkgs) hscolour;
     };
+    ghc802 = callPackage ../development/compilers/ghc/8.0.2.nix rec {
+      bootPkgs = packages.ghc7103;
+      inherit (bootPkgs) hscolour;
+    };
     ghcHEAD = callPackage ../development/compilers/ghc/head.nix rec {
       bootPkgs = packages.ghc7103;
       inherit (bootPkgs) alex happy;
@@ -119,6 +123,10 @@ rec {
       ghc = compiler.ghc801;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
     };
+    ghc802 = callPackage ../development/haskell-modules {
+      ghc = compiler.ghc802;
+      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
+    };
     ghcHEAD = callPackage ../development/haskell-modules {
       ghc = compiler.ghcHEAD;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-head.nix { };