Remove hard-coded reference to "cabal"
1 unresolved thread
Merged
requested to merge trac-taylorfausak/ghcup-hs:trac-taylorfausak-master-patch-57061 into master
1 unresolved thread
Fixes #407 (closed).
Merge request reports
Activity
138 138 instance Pretty AlreadyInstalled where 139 139 pPrint (AlreadyInstalled tool ver') = 140 140 (pPrint tool <> text "-" <> pPrint ver') <+> text "is already installed;" 141 <+> text "if you really want to reinstall it, you may want to run 'ghcup install cabal --force" <+> (pPrint ver' <> text "'") 141 <+> text "if you really want to reinstall it, you may want to run 'ghcup install " <+> pPrint tool <+> " --force" <+> (pPrint ver' <> text "'") changed this line in version 2 of the diff
Oops! Fixed in 04369673.
Please register or sign in to reply