Revision 139c0683 htools/Ganeti/Rpc.hs

b/htools/Ganeti/Rpc.hs
386 386
-- Query node version.
387 387
-- Note: We can't use THH as it does not know what to do with empty dict
388 388
data RpcCallVersion = RpcCallVersion {}
389
  deriving (Show, Read, Eq)
389
  deriving (Show, Eq)
390 390

  
391 391
instance J.JSON RpcCallVersion where
392 392
  showJSON _ = J.JSNull

Also available in: Unified diff