[Git][ghc/ghc][master] 2 commits: Correct a typo in ghc.mk

Marge Bot gitlab at gitlab.haskell.org
Tue Aug 11 00:23:34 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
8ba41a0f by Felix Yan at 2020-08-10T20:23:29-04:00
Correct a typo in ghc.mk
- - - - -
1c469264 by Felix Yan at 2020-08-10T20:23:29-04:00
Add a closing parenthesis too

- - - - -


1 changed file:

- utils/ghc-pkg/ghc.mk


Changes:

=====================================
utils/ghc-pkg/ghc.mk
=====================================
@@ -61,8 +61,8 @@ 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
-# is to specify global package db only.
+# 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
 
 # -----------------------------------------------------------------------------



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/77398b678aba45ba25932a39b7e8a7a31d0dd6f3...1c4692641dcaca3e90116c28d012c506108b386f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/77398b678aba45ba25932a39b7e8a7a31d0dd6f3...1c4692641dcaca3e90116c28d012c506108b386f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200810/6ae51afc/attachment-0001.html>


More information about the ghc-commits mailing list