Cabal-2.0.1.1: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.ModuleShape

Contents

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
Eq ModuleShape Source # 
Instance details
Show ModuleShape Source # 
Instance details
Generic ModuleShape Source # 
Instance details

Associated Types

type Rep ModuleShape :: * -> * #

Binary ModuleShape Source # 
Instance details
ModSubst ModuleShape Source # 
Instance details
type Rep ModuleShape Source # 
Instance details
type Rep ModuleShape = D1 * (MetaData "ModuleShape" "Distribution.Backpack.ModuleShape" "Cabal-2.0.1.1-99tbaCBn5in8ykZQ2Yxqis" 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.