Portability | to be determined. |
---|---|
Stability | highly unstable |
Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
Precis.Cabal.Datatypes
Description
Datatype for working with Packages ...
- data Package = Package {}
- data CabalFileError
- cabalFileErrorMsg :: CabalFileError -> String
- data HsSourceFile = HsSourceFile {}
- hsSourceFile :: ModName -> FilePath -> HsSourceFile
- newtype UnresolvedModule = UnresolvedModule {}
Documentation
Constructors
Package | |
Fields |
data CabalFileError Source
Constructors
ERR_CABAL_FILE_MISSING FilePath | |
ERR_CABAL_FILE_PARSE String |
Instances
hsSourceFile :: ModName -> FilePath -> HsSourceFileSource
newtype UnresolvedModule Source
An unresolved module couldn't be found in the listed source directories.
Constructors
UnresolvedModule | |
Fields |