Safe Haskell | None |
---|---|
Language | Haskell2010 |
Distribution.Backpack.ModuleShape
Contents
Module shapes
data ModuleShape Source #
A ModuleShape
describes the provisions and requirements of
a library. We can extract a ModuleShape
from an
InstalledPackageInfo
.
Constructors
ModuleShape | |
Fields |
Instances
Eq ModuleShape Source # | |
Show ModuleShape Source # | |
Methods showsPrec :: Int -> ModuleShape -> ShowS # show :: ModuleShape -> String # showList :: [ModuleShape] -> ShowS # | |
Generic ModuleShape Source # | |
Associated Types type Rep ModuleShape :: * -> * # | |
Binary ModuleShape Source # | |
ModSubst ModuleShape Source # | |
Methods modSubst :: OpenModuleSubst -> ModuleShape -> ModuleShape Source # | |
type Rep ModuleShape Source # | |
type Rep ModuleShape = D1 * (MetaData "ModuleShape" "Distribution.Backpack.ModuleShape" "Cabal-2.0.0.2-ArD10404PgFe4UBxSAxnL" False) (C1 * (MetaCons "ModuleShape" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "modShapeProvides") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * OpenModuleSubst)) (S1 * (MetaSel (Just Symbol "modShapeRequires") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Set ModuleName))))) |
emptyModuleShape :: ModuleShape Source #
The default module shape, with no provisions and no requirements.