haskell-ci-0.18.1: Cabal package script generator for Travis-CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellCI.Error

Documentation

data HsCiError Source #

Constructors

ShellCheckError String

ShellCheck disagrees.

ValidationError String

used by validations

FailError String

made by fail.

Instances

Instances details
Exception HsCiError Source # 
Instance details

Defined in HaskellCI.Error

Show HsCiError Source # 
Instance details

Defined in HaskellCI.Error

FromHsCiError HsCiError Source # 
Instance details

Defined in HaskellCI.Error

MonadErr HsCiError ShM Source # 
Instance details

Defined in HaskellCI.Sh

Methods

throwErr :: HsCiError -> ShM a Source #

class FromHsCiError e where Source #

Instances

Instances details
FromHsCiError HsCiError Source # 
Instance details

Defined in HaskellCI.Error