| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Simple.Errors
Documentation
data CabalException Source #
Constructors
NoLibraryFound
NoLibraryFound has been downgraded to a warning, and is therefore no longer emitted.
Instances
Instances details
Instance details
Defined in Distribution.Simple.Errors
Methods
showsPrec :: Int -> CabalException -> ShowS #
show :: CabalException -> String #
showList :: [CabalException] -> ShowS #
Instance details
Defined in Distribution.Simple.Utils
data FailedDependency Source #
Constructors
Instances
Instances details
Instance details
Defined in Distribution.Simple.Errors
Methods
showsPrec :: Int -> FailedDependency -> ShowS #
show :: FailedDependency -> String #
showList :: [FailedDependency] -> ShowS #
exceptionCode :: CabalException -> Int Source #