Cabal-2.4.0.1: A framework for packaging Haskell software
Distribution.Backpack.PreModuleShape
data PreModuleShape #
Constructors
Fields
Defined in Distribution.Backpack.PreModuleShape
Methods
(==) :: PreModuleShape -> PreModuleShape -> Bool #
(/=) :: PreModuleShape -> PreModuleShape -> Bool #
showsPrec :: Int -> PreModuleShape -> ShowS #
show :: PreModuleShape -> String #
showList :: [PreModuleShape] -> ShowS #
Associated Types
type Rep PreModuleShape :: * -> * #
from :: PreModuleShape -> Rep PreModuleShape x #
to :: Rep PreModuleShape x -> PreModuleShape #
toPreModuleShape :: ModuleShape -> PreModuleShape #
renamePreModuleShape :: PreModuleShape -> IncludeRenaming -> PreModuleShape #
mixLinkPreModuleShape :: [PreModuleShape] -> PreModuleShape #