Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data TargetInfo = TargetInfo { }
Documentation
data TargetInfo Source #
The
TargetInfo
contains all the information necessary to build a
specific target (e.g., component
module
file) in a package. In
principle, one can get the
Component
from a
ComponentLocalBuildInfo
and
LocalBuildInfo
, but it is much more
convenient to have the component in hand.
Instances
IsNode TargetInfo Source # | |
Defined in Distribution.Types.TargetInfo type Key TargetInfo Source # nodeKey :: TargetInfo -> Key TargetInfo Source # nodeNeighbors :: TargetInfo -> [ Key TargetInfo ] Source # |
|
type Key TargetInfo Source # | |
Defined in Distribution.Types.TargetInfo |