| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Distribution.Simple.Errors
Documentation
data CabalException Source #
Constructors
Instances
| Show CabalException Source # | |
Defined in Distribution.Simple.Errors Methods showsPrec :: Int -> CabalException -> ShowS # show :: CabalException -> String # showList :: [CabalException] -> ShowS #  | |
| 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 Methods showsPrec :: Int -> FailedDependency -> ShowS # show :: FailedDependency -> String # showList :: [FailedDependency] -> ShowS #  | |
exceptionCode :: CabalException -> Int Source #