Skip to content

Commit

Permalink
ghc: Fixes backport (missing ghc822Binary)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Mar 24, 2019
1 parent 0ec4bb8 commit 40e716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ in {
llvmPackages = pkgs.llvmPackages_6;
};
ghc864 = callPackage ../development/compilers/ghc/8.6.4.nix {
bootPkgs = packages.ghc822Binary;
bootPkgs = packages.ghc822;
inherit (buildPackages.python3Packages) sphinx;
buildLlvmPackages = buildPackages.llvmPackages_6;
llvmPackages = pkgs.llvmPackages_6;
Expand Down

0 comments on commit 40e716b

Please sign in to comment.