Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
CabalGild.Unstable.Exception.NoCabalFileFound
Synopsis
- data NoCabalFileFound = NoCabalFileFound
Documentation
data NoCabalFileFound Source #
This exception is thrown when no input or output file has been specified, stdin is a terminal device, and there are no Cabal files in the current directory.
Constructors
NoCabalFileFound |
Instances
Exception NoCabalFileFound Source # | |
Defined in CabalGild.Unstable.Exception.NoCabalFileFound Methods toException :: NoCabalFileFound -> SomeException # fromException :: SomeException -> Maybe NoCabalFileFound # | |
Show NoCabalFileFound Source # | |
Defined in CabalGild.Unstable.Exception.NoCabalFileFound Methods showsPrec :: Int -> NoCabalFileFound -> ShowS # show :: NoCabalFileFound -> String # showList :: [NoCabalFileFound] -> ShowS # | |
Eq NoCabalFileFound Source # | |
Defined in CabalGild.Unstable.Exception.NoCabalFileFound Methods (==) :: NoCabalFileFound -> NoCabalFileFound -> Bool # (/=) :: NoCabalFileFound -> NoCabalFileFound -> Bool # |