Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data DownloadInfo Source #
Build of the compiler distribution (e.g. standard, gmp4, tinfo6) | Information for a file to download.
DownloadInfo | |
|
Instances
Show DownloadInfo Source # | |
Defined in Stack.Types.DownloadInfo showsPrec :: Int -> DownloadInfo -> ShowS # show :: DownloadInfo -> String # showList :: [DownloadInfo] -> ShowS # | |
FromJSON (WithJSONWarnings DownloadInfo) Source # | |
Defined in Stack.Types.DownloadInfo parseJSON :: Value -> Parser (WithJSONWarnings DownloadInfo) # parseJSONList :: Value -> Parser [WithJSONWarnings DownloadInfo] # |
parseDownloadInfoFromObject :: Object -> WarningParser DownloadInfo Source #
Parse JSON in existing object for DownloadInfo