| Copyright | (c) Julian Ospald 2023 |
|---|---|
| License | LGPL-3.0 |
| Maintainer | hasufell@hasufell.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GHCup.Types.Stack
Description
Synopsis
- data SetupInfo = SetupInfo {}
- data DownloadInfo = DownloadInfo {}
- parseDownloadInfoFromObject :: Object -> Parser DownloadInfo
- data VersionedDownloadInfo = VersionedDownloadInfo {}
- data GHCDownloadInfo = GHCDownloadInfo {}
Documentation
Constructors
| SetupInfo | |
Fields | |
Instances
data DownloadInfo Source #
Build of the compiler distribution (e.g. standard, gmp4, tinfo6) | Information for a file to download.
Constructors
| DownloadInfo | |
Fields
| |
Instances
parseDownloadInfoFromObject :: Object -> Parser DownloadInfo Source #
Parse JSON in existing object for DownloadInfo
data VersionedDownloadInfo Source #
Constructors
| VersionedDownloadInfo | |
Fields | |
Instances
data GHCDownloadInfo Source #
Constructors
| GHCDownloadInfo | |
Fields | |