Cabal-2.4.0.1: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.PreModuleShape

Documentation

data PreModuleShape Source #

Instances
Eq PreModuleShape Source # 
Instance details

Defined in Distribution.Backpack.PreModuleShape

Show PreModuleShape Source # 
Instance details

Defined in Distribution.Backpack.PreModuleShape

Generic PreModuleShape Source # 
Instance details

Defined in Distribution.Backpack.PreModuleShape

Associated Types

type Rep PreModuleShape :: * -> * #

type Rep PreModuleShape Source # 
Instance details

Defined in Distribution.Backpack.PreModuleShape

type Rep PreModuleShape = D1 (MetaData "PreModuleShape" "Distribution.Backpack.PreModuleShape" "Cabal-2.4.0.1-6VMdF6KlH8vJ0qvAHqwzor" False) (C1 (MetaCons "PreModuleShape" PrefixI True) (S1 (MetaSel (Just "preModShapeProvides") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Set ModuleName)) :*: S1 (MetaSel (Just "preModShapeRequires") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Set ModuleName))))