hercules-ci-agent-0.10.1: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Agent.WorkerProtocol.ViaJSON

Documentation

newtype ViaJSON a Source #

Constructors

ViaJSON 

Fields

Instances

Instances details
Read a => Read (ViaJSON a) Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.ViaJSON

Show a => Show (ViaJSON a) Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.ViaJSON

Methods

showsPrec :: Int -> ViaJSON a -> ShowS #

show :: ViaJSON a -> String #

showList :: [ViaJSON a] -> ShowS #

(ToJSON a, FromJSON a) => Binary (ViaJSON a) Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.ViaJSON

Methods

put :: ViaJSON a -> Put #

get :: Get (ViaJSON a) #

putList :: [ViaJSON a] -> Put #

Eq a => Eq (ViaJSON a) Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.ViaJSON

Methods

(==) :: ViaJSON a -> ViaJSON a -> Bool #

(/=) :: ViaJSON a -> ViaJSON a -> Bool #

Ord a => Ord (ViaJSON a) Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.ViaJSON

Methods

compare :: ViaJSON a -> ViaJSON a -> Ordering #

(<) :: ViaJSON a -> ViaJSON a -> Bool #

(<=) :: ViaJSON a -> ViaJSON a -> Bool #

(>) :: ViaJSON a -> ViaJSON a -> Bool #

(>=) :: ViaJSON a -> ViaJSON a -> Bool #

max :: ViaJSON a -> ViaJSON a -> ViaJSON a #

min :: ViaJSON a -> ViaJSON a -> ViaJSON a #