Quote version in `Pretty NotInstalled` instance

This commit is contained in:
Rune K. Svendsen 2024-01-11 11:42:56 +01:00
parent dfe213824f
commit 6fec9d4737
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ data NotInstalled = NotInstalled Tool GHCTargetVersion
instance Pretty NotInstalled where
pPrint (NotInstalled tool ver) =
text "The version" <+> pPrint ver <+> text "of the tool" <+> pPrint tool <+> text "is not installed."
text "The version" <+> (text "'" <> pPrint ver <> text "'") <+> text "of the tool" <+> pPrint tool <+> text "is not installed."
instance HFErrorProject NotInstalled where
eBase _ = 130