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