Skip to content
Snippets Groups Projects

Remove hard-coded reference to "cabal"

1 unresolved thread

Fixes #407 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 "'")
  • taylorfausak added 1 commit

    added 1 commit

    Compare with previous version

  • taylorfausak added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading