[arch-commits] Commit in stack/trunk (stack.install)
Felix Yan
felixonmars at archlinux.org
Thu Dec 17 21:24:25 UTC 2020
Date: Thursday, December 17, 2020 @ 21:24:25
Author: felixonmars
Revision: 778109
update ghc package location in post_install msg (FS#68087)
Modified:
stack/trunk/stack.install
---------------+
stack.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: stack.install
===================================================================
--- stack.install 2020-12-17 21:20:59 UTC (rev 778108)
+++ stack.install 2020-12-17 21:24:25 UTC (rev 778109)
@@ -1,4 +1,4 @@
post_install() {
- echo "You need to either 1) install latest stable ghc package from [extra] or 2) install ncurses5-compat-libs from AUR for the prebuilt binaries installed by stack to work."
+ echo "You need to either 1) install latest stable ghc package from [community] or 2) install ncurses5-compat-libs from AUR for the prebuilt binaries installed by stack to work."
}
More information about the arch-commits
mailing list