|
| Distribution.Simple.Compiler | | Portability | portable | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
| Description |
| Haskell implementations.
|
|
| Synopsis |
|
|
|
|
| Haskell implementations
|
|
| module Distribution.Compiler |
|
|
| Constructors | | Instances | |
|
|
|
|
|
|
| Support for package databases
|
|
|
| Some compilers have a notion of a database of available packages.
For some there is just one global db of packages, other compilers
support a per-user or an arbitrary db specified at some location in
the file system. This can be used to build isloated environments of
packages, for example to build a collection of related packages
without installing them globally.
| | Constructors | | GlobalPackageDB | | | UserPackageDB | | | SpecificPackageDB FilePath | |
| Instances | |
|
|
| Support for language extensions
|
|
|
|
|
| For the given compiler, return the flags for the supported extensions.
|
|
|
| For the given compiler, return the flags for the supported extensions.
|
|
| Produced by Haddock version 0.8 |