| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Staversion.Internal.Cabal
Description
This is an internal module. End-users should not use it.
- loadCabalFile :: FilePath -> IO (Either ErrorMsg [BuildDepends])
- data Target
- data BuildDepends = BuildDepends {
- depsTarget :: Target
- depsPackages :: [PackageName]
Documentation
loadCabalFile :: FilePath -> IO (Either ErrorMsg [BuildDepends]) Source #
Build target type.
Constructors
| TargetLibrary | the |
| TargetExecutable Text | the |
| TargetTestSuite Text | the |
| TargetBenchmark Text | the |
data BuildDepends Source #
A block of build-depends:.
Constructors
| BuildDepends | |
Fields
| |
Instances