Cabal-3.2.1.0: A framework for packaging Haskell software
Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.ModuleShape

Description

Synopsis

Module shapes

data ModuleShape Source #

A ModuleShape describes the provisions and requirements of a library. We can extract a ModuleShape from an InstalledPackageInfo.

Instances

Instances details
Eq ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

Show ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

Generic ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

Associated Types

type Rep ModuleShape :: Type -> Type Source #

Binary ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

Structured ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

ModSubst ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

type Rep ModuleShape # 
Instance details

Defined in Distribution.Backpack.ModuleShape

type Rep ModuleShape = D1 ('MetaData "ModuleShape" "Distribution.Backpack.ModuleShape" "Cabal-3.2.1.0" 'False) (C1 ('MetaCons "ModuleShape" 'PrefixI 'True) (S1 ('MetaSel ('Just "modShapeProvides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 OpenModuleSubst) :*: S1 ('MetaSel ('Just "modShapeRequires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Set ModuleName))))

emptyModuleShape :: ModuleShape Source #

The default module shape, with no provisions and no requirements.