diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 560a14d6d9dd..6c0ee4bd1bd7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -8,8 +8,12 @@ in self: super: { - # Should be llvmPackages_6 which has been removed from nixpkgs - llvmPackages = null; + # Should be llvmPackages_6 which has been removed from nixpkgs, + # create attribute set to prevent eval errors. + llvmPackages = { + llvm = null; + clang = null; + }; # Disable GHC 8.6.x core libraries. array = null;