Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data LegacyExeDependency Source #
Describes a legacy `build-tools`-style dependency on an executable
It is "legacy" because we do not know what the build-tool referred to. It could refer to a pkg-config executable (PkgconfigName), or an internal executable (UnqualComponentName). Thus the name is stringly typed.
Since: Cabal-2.0.0.2