Implement 'ghcup test ghc' based on the bindist testsuite

This commit is contained in:
2023-01-08 19:29:35 +08:00
parent 54af66d115
commit 1e32639873
12 changed files with 1199 additions and 480 deletions

View File

@@ -138,6 +138,7 @@ data VersionInfo = VersionInfo
{ _viTags :: [Tag] -- ^ version specific tag
, _viChangeLog :: Maybe URI
, _viSourceDL :: Maybe DownloadInfo -- ^ source tarball
, _viTestDL :: Maybe DownloadInfo -- ^ test tarball
, _viArch :: ArchitectureSpec -- ^ descend for binary downloads per arch
-- informative messages
, _viPostInstall :: Maybe Text