cabal-cache-1.1.0.2: CI Assistant for Haskell projects
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.CabalCache.Error

Documentation

data DecodeError Source #

Constructors

DecodeError Text 

Instances

Instances details
Generic DecodeError Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep DecodeError :: Type -> Type #

Show DecodeError Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq DecodeError Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep DecodeError Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep DecodeError = D1 ('MetaData "DecodeError" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "DecodeError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data ExitFailure Source #

Constructors

ExitFailure 

Instances

Instances details
Generic ExitFailure Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep ExitFailure :: Type -> Type #

Show ExitFailure Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq ExitFailure Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep ExitFailure Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep ExitFailure = D1 ('MetaData "ExitFailure" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "ExitFailure" 'PrefixI 'False) (U1 :: Type -> Type))

data CopyFailed Source #

Constructors

CopyFailed 

Instances

Instances details
Generic CopyFailed Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep CopyFailed :: Type -> Type #

Show CopyFailed Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq CopyFailed Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep CopyFailed Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep CopyFailed = D1 ('MetaData "CopyFailed" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "CopyFailed" 'PrefixI 'False) (U1 :: Type -> Type))

data InvalidUrl Source #

Constructors

InvalidUrl Text Text 

Instances

Instances details
Generic InvalidUrl Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep InvalidUrl :: Type -> Type #

Show InvalidUrl Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq InvalidUrl Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep InvalidUrl Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep InvalidUrl = D1 ('MetaData "InvalidUrl" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "InvalidUrl" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data NotFound Source #

Constructors

NotFound 

Instances

Instances details
Generic NotFound Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep NotFound :: Type -> Type #

Methods

from :: NotFound -> Rep NotFound x #

to :: Rep NotFound x -> NotFound #

Show NotFound Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq NotFound Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep NotFound Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep NotFound = D1 ('MetaData "NotFound" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "NotFound" 'PrefixI 'False) (U1 :: Type -> Type))

data NotImplemented Source #

Constructors

NotImplemented Text 

Instances

Instances details
Generic NotImplemented Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep NotImplemented :: Type -> Type #

Show NotImplemented Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq NotImplemented Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep NotImplemented Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep NotImplemented = D1 ('MetaData "NotImplemented" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "NotImplemented" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data UnsupportedUri Source #

Constructors

UnsupportedUri URI Text 

Instances

Instances details
Generic UnsupportedUri Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Associated Types

type Rep UnsupportedUri :: Type -> Type #

Show UnsupportedUri Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

Eq UnsupportedUri Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep UnsupportedUri Source # 
Instance details

Defined in HaskellWorks.CabalCache.Error

type Rep UnsupportedUri = D1 ('MetaData "UnsupportedUri" "HaskellWorks.CabalCache.Error" "cabal-cache-1.1.0.2-A5NcrkC9AdtA45U5ocptiq" 'False) (C1 ('MetaCons "UnsupportedUri" 'PrefixI 'True) (S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))