summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/9.0.2.nix
diff options
context:
space:
mode:
authorfetsorn <fetsorn@gmail.com>2023-05-08 20:12:00 +0400
committerfetsorn <fetsorn@gmail.com>2023-05-08 20:12:24 +0400
commit560123c48223929e99f1d478abaad04fe0b7469b (patch)
tree38ac8bbeb97c29f59cf3cc3809ac0cad8c0a67ad /pkgs/development/compilers/ghc/9.0.2.nix
parentbb34b50cea250107e34c6732638a79aa22a2d034 (diff)
downloadnixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar.gz
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar.bz2
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar.lz
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar.xz
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.tar.zst
nixpkgs-560123c48223929e99f1d478abaad04fe0b7469b.zip
ghc: fix typos
"depedendency" -> "dependency"
Diffstat (limited to 'pkgs/development/compilers/ghc/9.0.2.nix')
-rw-r--r--pkgs/development/compilers/ghc/9.0.2.nix2
1 files changed, 1 insertions, 1 deletions
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