| Copyright | (c) Julian Ospald 2020 |
|---|---|
| License | LGPL-3.0 |
| Maintainer | hasufell@hasufell.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
GHCup.Version
Description
Synopsis
- ghcupURL :: URI
- ghcUpVer :: PVP
- numericVer :: String
- versionCmp :: Versioning -> VersionCmp -> Bool
- versionRange :: Versioning -> VersionRange -> Bool
Documentation
This reflects the API version of the YAML.
Note that when updating this, CI requires that the file exsists AND the same file exists at 'https://www.haskell.org/ghcup/exp/ghcup-<ver>.yaml' with some newlines added.
numericVer :: String Source #
ghcup version as numeric string.
versionCmp :: Versioning -> VersionCmp -> Bool Source #
versionRange :: Versioning -> VersionRange -> Bool Source #