packages feed

hix-0.7.0: lib/Hix/Data/OutputFormat.hs

module Hix.Data.OutputFormat where

data OutputFormat =
  OutputNone
  |
  OutputJson
  |
  OutputCommitMsg
  |
  OutputGaPr
  deriving stock (Eq, Show, Generic)