Cabal-2.4.0.1: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Backpack.DescribeUnitId

Synopsis

Documentation

setupMessage' Source #

Arguments

:: Text a 
=> Verbosity 
-> String

Operation being done (capitalized), on:

-> PackageIdentifier

Package

-> ComponentName

Component name

-> Maybe [(ModuleName, a)]

Instantiation, if available. Polymorphic to take OpenModule or Module

-> IO () 

Print a Setup message stating (1) what operation we are doing, for (2) which component (with enough details to uniquely identify the build in question.)