staversion-0.2.4.1: What version is the package X in stackage lts-Y.ZZ?
MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Staversion.Internal.Cabal

Description

This is an internal module. End-users should not use it.

Synopsis

Documentation

data Target Source #

Build target type.

Constructors

TargetLibrary

the library target.

TargetExecutable Text

the executable NAME target.

TargetTestSuite Text

the test-suite NAME target.

TargetBenchmark Text

the benchmark NAME target.

Instances

Instances details
Eq Target Source # 
Instance details

Defined in Staversion.Internal.Cabal

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

Ord Target Source # 
Instance details

Defined in Staversion.Internal.Cabal

Show Target Source # 
Instance details

Defined in Staversion.Internal.Cabal