Safe Haskell | None |
---|---|
Language | Haskell98 |
- top :: [Char]
- ghc :: [Char]
- ghcLibraryPath :: [Char]
- sysPkgConf :: [Char]
- sysPkgSuffix :: [Char]
- objSuf :: [Char]
- hiSuf :: [Char]
- hsSuf :: [Char]
- dllSuf :: [Char]
- sysPkgPrefix :: [Char]
- prefixUnderscore :: [Char]
- tmpDir :: FilePath
Documentation
ghcLibraryPath :: [Char] Source #
path to standard ghc libraries
sysPkgConf :: [Char] Source #
name of the system package.conf file
sysPkgSuffix :: [Char] Source #
This code is from runtime_loader: The extension used by system modules.
sysPkgPrefix :: [Char] Source #
The prefix used by system modules. This, in conjunction with
systemModuleExtension
, will result in a module filename that looks
like "HSconcurrent.o"
prefixUnderscore :: [Char] Source #
'_' on a.out, and Darwin