base-4.6.0.1: Basic libraries

Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Safe HaskellSafe

System.Info

Description

Information about the characteristics of the host system lucky enough to run your program.

Synopsis

Documentation

os :: StringSource

The operating system on which the program is running.

arch :: StringSource

The machine architecture on which the program is running.

compilerName :: StringSource

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.