(haskell.packages.ghc802.ghc): (fix llvm dependency)

Fix incorrect LLVM dependency of GHC 8.0.x to be 3.7 instead of 3.5.
This commit is contained in:
Julien Langlois 2017-12-25 01:36:57 -08:00 committed by Domen Kožar
parent dc4c6027a2
commit aaf62f7f6e

View file

@ -5,7 +5,7 @@ with haskellLib;
self: super: {
# Suitable LLVM version.
llvmPackages = pkgs.llvmPackages_35;
llvmPackages = pkgs.llvmPackages_37;
# Disable GHC 8.0.x core libraries.
array = null;