Merge branch 'master' into optparse-test-suite

This commit is contained in:
Lei Zhu
2023-08-05 13:08:41 +08:00
15 changed files with 399 additions and 137 deletions

View File

@@ -132,6 +132,9 @@ data GlobalTool = ShimGen
instance NFData GlobalTool
instance Pretty GlobalTool where
pPrint ShimGen = text "shimgen"
-- | All necessary information of a tool version, including
-- source download and per-architecture downloads.
@@ -720,4 +723,6 @@ instance Pretty ToolVersion where
data BuildSystem = Hadrian
| Make
deriving (Show, Eq)