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

Hercules.Agent.WorkerProtocol.Orphans

Orphan instances

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

Orphan

Instance details

Methods

put :: ViaJSON a -> Put #

get :: Get (ViaJSON a) #

putList :: [ViaJSON a] -> Put #

Binary (Id a) Source #

Orphan

Instance details

Methods

put :: Id a -> Put #

get :: Get (Id a) #

putList :: [Id a] -> Put #