Revision 516a0e94 src/Ganeti/OpCodes.hs

b/src/Ganeti/OpCodes.hs
626 626
  , pOpPriority
627 627
  , pDependencies
628 628
  , pComment
629
  , pReason
629 630
  ])
630 631

  
631 632
-- | Default common parameter values.
......
636 637
                 , opPriority   = OpPrioNormal
637 638
                 , opDepends    = Nothing
638 639
                 , opComment    = Nothing
640
                 , opReason     = []
639 641
                 }
640 642

  
641 643
-- | The top-level opcode type.

Also available in: Unified diff