System.Info

The plain source file for module System.Info is not available.
-----------------------------------------------------------------------------
-- |
-- Module      :  System.Info
-- Copyright   :  (c) The University of Glasgow 2001
-- License     :  BSD-style (see the file libraries/base/LICENSE)
-- 
-- Maintainer  :  libraries@haskell.org
-- Stability   :  experimental
-- Portability :  portable
--
-- Misc information about the characteristics of the host 
-- architecture\/machine lucky enough to run your program.
--
-----------------------------------------------------------------------------

module System.Info where

arch = "i686"
os = "linux"
compilerName = "PFE"
compilerVersion = "2013-09-20"

Index

(HTML for this module was generated on 2013-09-20. About the conversion tool.)