summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2019-01-24 17:01:40 +0300
committerPeter Simons <simons@cryp.to>2019-01-27 10:26:07 +0100
commitc92101bc32e90332139cc4c7236d22a153da18fa (patch)
treef7e843323e3e62b433da4c21620ecc62bcf675db /pkgs/top-level/haskell-packages.nix
parent748906d42b8d345e799fd8105ac4f646b4b0f4f7 (diff)
ghc-8.6.3-binary
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index af9ca77d9d21..35e125c9ec07 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -6,6 +6,7 @@ let
# These are attributes in compiler and packages that don't support integer-simple.
integerSimpleExcludes = [
"ghc822Binary"
+ "ghc863Binary"
"ghc844"
"ghcjs"
"ghcjs82"
@@ -44,6 +45,8 @@ in {
ghc822Binary = callPackage ../development/compilers/ghc/8.2.2-binary.nix { };
+ ghc863Binary = callPackage ../development/compilers/ghc/8.6.3-binary.nix { };
+
ghc822 = callPackage ../development/compilers/ghc/8.2.2.nix {
bootPkgs = packages.ghc822Binary;
inherit (buildPackages.python3Packages) sphinx;
@@ -116,6 +119,12 @@ in {
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { };
packageSetConfig = bootstrapPackageSet;
};
+ ghc863Binary = callPackage ../development/haskell-modules {
+ buildHaskellPackages = bh.packages.ghc863Binary;
+ ghc = bh.compiler.ghc863Binary;
+ compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.6.x.nix { };
+ packageSetConfig = bootstrapPackageSet;
+ };
ghc822 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc822;
ghc = bh.compiler.ghc822;