Cabal-3.2.1.0: A framework for packaging Haskell software
Safe Haskell None
Language Haskell2010

Distribution.Types.GivenComponent

Synopsis

Documentation

data GivenComponent Source #

A GivenComponent represents a library depended on and explicitly specified by the user/client with --dependency

It enables Cabal to know which ComponentId to associate with a library

Since: 2.3.0.0

Instances

Instances details
Eq GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

Read GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

Show GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

Generic GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

Binary GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

Structured GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent

type Rep GivenComponent Source #
Instance details

Defined in Distribution.Types.GivenComponent