Cabal-3.3.0.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.ModuleShape

Contents

Description

Synopsis

Module shapes

data ModuleShape #

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

Instances
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 :: * -> * #

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.3.0.0-inplace" 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 #

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