|
| Distribution.Misc | | Portability | | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
| Description |
| Explanation: Misc stuff that doesn't fit elsewhere. License,
Dependencies, extensions. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data License |
| Constructors | | GPL | | | LGPL | | | BSD3 | | | BSD4 | | | PublicDomain | | | AllRightsReserved | | | OtherLicense FilePath | |
| | Instances | |
|
|
| data Dependency |
| Maybe move to Distribution.Version? | | Constructors | | | Instances | |
|
|
| data Extension |
| This represents non-standard compiler extensions which each
package might employ. | | Constructors | | OverlappingInstances | | | RecursiveDo | | | ParallelListComp | | | MultiParamTypeClasses | | | NoMonomorphismRestriction | | | FunctionalDependencies | | | RankNTypes | | | PolymorphicComponents | | | ExistentialQuantification | | | ScopedTypeVariables | | | ImplicitParams | | | FlexibleContexts | | | FlexibleInstances | | | EmptyDataDecls | | | CPP | | | TypeSynonymInstances | | | TemplateHaskell | | | ForeignFunctionInterface | | | AllowOverlappingInstances | | | AllowUndecidableInstances | | | AllowIncoherentInstances | | | InlinePhase | | | ContextStack | | | Arrows | | | Generics | | | NoImplicitPrelude | | | NamedFieldPuns | | | ExtensibleRecords | | | RestrictedTypeSynonyms | | | HereDocuments | | | UnsafeOverlappingInstances | |
| | Instances | |
|
|
| type Opt = String |
|
| extensionsToNHCFlag :: [Extension] -> ([Extension], [Opt]) |
| NHC: Return the unsupported extensions, and the flags for the supported extensions |
|
| extensionsToGHCFlag :: [Extension] -> ([Extension], [Opt]) |
| GHC: Return the unsupported extensions, and the flags for the supported extensions |
|
| extensionsToHugsFlag :: [Extension] -> ([Extension], [Opt]) |
| Hugs: Return the unsupported extensions, and the flags for the supported extensions |
|
| Produced by Haddock version 0.6 |