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