base-4.7.0.0: Basic libraries

Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Info

Description

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

Synopsis

Documentation

osString Source

The operating system on which the program is running.

archString Source

The machine architecture on which the program is running.

compilerNameString Source

The Haskell implementation with which the program was compiled or is being interpreted.

compilerVersionVersion Source

The version of compilerName with which the program was compiled or is being interpreted.