Portability | portable |
---|---|
Stability | experimental |
Maintainer | libraries@haskell.org |
Information about the characteristics of the host system lucky enough to run your program.
- os :: String
- arch :: String
- compilerName :: String
- compilerVersion :: Version
Documentation
The Haskell implementation with which the program was compiled or is being interpreted.
compilerVersion :: VersionSource
The version of compilerName
with which the program was compiled
or is being interpreted.