From 560123c48223929e99f1d478abaad04fe0b7469b Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 20:12:00 +0400 Subject: ghc: fix typos "depedendency" -> "dependency" --- pkgs/development/compilers/ghc/9.0.2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/compilers/ghc/9.0.2.nix') diff --git a/pkgs/development/compilers/ghc/9.0.2.nix b/pkgs/development/compilers/ghc/9.0.2.nix index acbfe3bbcc2..2404363b8b5 100644 --- a/pkgs/development/compilers/ghc/9.0.2.nix +++ b/pkgs/development/compilers/ghc/9.0.2.nix @@ -16,7 +16,7 @@ , useLLVM ? !(stdenv.targetPlatform.isx86 || stdenv.targetPlatform.isPower || stdenv.targetPlatform.isSparc) -, # LLVM is conceptually a run-time-only depedendency, but for +, # LLVM is conceptually a run-time-only dependency, but for # non-x86, we need LLVM to bootstrap later stages, so it becomes a # build-time dependency too. buildTargetLlvmPackages, llvmPackages -- cgit 1.4.1