Cabal-2.1.0.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.PreModuleShape

Documentation

data PreModuleShape Source #

Instances
Eq PreModuleShape # 
Instance details
Show PreModuleShape # 
Instance details
Generic PreModuleShape # 
Instance details

Associated Types

type Rep PreModuleShape :: * -> * Source #

type Rep PreModuleShape # 
Instance details
type Rep PreModuleShape = D1 (MetaData "PreModuleShape" "Distribution.Backpack.PreModuleShape" "Cabal-2.1.0.0" 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))))