diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-08-08 06:13:35 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-10 20:23:29 -0400 |
commit | 8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab (patch) | |
tree | b7a71979b55ea0e3e16a4574a30e54b0c441c1a1 /utils/ghc-pkg | |
parent | 77398b678aba45ba25932a39b7e8a7a31d0dd6f3 (diff) | |
download | haskell-8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab.tar.gz |
Correct a typo in ghc.mk
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index 1ba38329d2..182742b10a 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -61,7 +61,7 @@ endif $(eval $(call build-prog,utils/ghc-pkg,dist,0)) # ghc-pkg uses `settings` to figure out the target platform to figure out a -# subdirectory for the user pkg db. So make sure `settings` exists (alterative +# subdirectory for the user pkg db. So make sure `settings` exists (alternative # is to specify global package db only. $(ghc-pkg_INPLACE) : | $(INPLACE_PACKAGE_CONF)/. $(INPLACE_LIB)/settings |