Safe Haskell | None |
---|---|
Language | Haskell2010 |
Distribution.Simple.Errors
Documentation
data CabalException Source #
Constructors
Instances
Show CabalException Source # | |
Defined in Distribution.Simple.Errors | |
Exception (VerboseException CabalException) Source # | |
Defined in Distribution.Simple.Utils |
data FailedDependency Source #
Constructors
DependencyNotExists PackageName | |
DependencyMissingInternal PackageName LibraryName | |
DependencyNoVersion Dependency |
Instances
Show FailedDependency Source # | |
Defined in Distribution.Simple.Errors |
exceptionCode :: CabalException -> Int Source #