Consistently pass versioned llvmPackages_x attributes to GHC.
Otherwise, these configurations are going to break when Nixpkgs updates to llvm 6.x.
This commit is contained in:
parent
f3341e2330
commit
c661f96968
@ -4,8 +4,8 @@ with haskellLib;
|
|||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
|
||||||
# Use the latest LLVM.
|
# This compiler version needs llvm 5.x.
|
||||||
inherit (pkgs) llvmPackages;
|
llvmPackages = pkgs.llvmPackages_5;
|
||||||
|
|
||||||
# Disable GHC 8.4.x core libraries.
|
# Disable GHC 8.4.x core libraries.
|
||||||
array = null;
|
array = null;
|
||||||
|
@ -4,8 +4,8 @@ with haskellLib;
|
|||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
|
||||||
# Use the latest LLVM.
|
# This compiler version needs llvm 5.x.
|
||||||
inherit (pkgs) llvmPackages;
|
llvmPackages = pkgs.llvmPackages_5;
|
||||||
|
|
||||||
# Disable GHC 8.6.x core libraries.
|
# Disable GHC 8.6.x core libraries.
|
||||||
array = null;
|
array = null;
|
||||||
|
@ -4,8 +4,8 @@ with haskellLib;
|
|||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
|
||||||
# Use the latest LLVM.
|
# This compiler version needs llvm 5.x.
|
||||||
inherit (pkgs) llvmPackages;
|
llvmPackages = pkgs.llvmPackages_5;
|
||||||
|
|
||||||
# Disable GHC 8.7.x core libraries.
|
# Disable GHC 8.7.x core libraries.
|
||||||
array = null;
|
array = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user