Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data BuildType
- knownBuildTypes :: [BuildType]
Documentation
The type of build system used by this package.
Simple | calls |
Configure | calls |
Make | calls |
Custom | uses user-supplied |
UnknownBuildType String | a package that uses an unknown build type cannot actually be built. Doing it this way rather than just giving a parse error means we get better error messages and allows you to inspect the rest of the package description. |
knownBuildTypes :: [BuildType] Source #