chiasma-0.12.0.0: lib/Chiasma/Data/TmuxNotification.hs
module Chiasma.Data.TmuxNotification where
data TmuxNotification =
TmuxNotification {
name :: Text,
args :: [Text]
}
deriving stock (Eq, Show, Ord)
module Chiasma.Data.TmuxNotification where
data TmuxNotification =
TmuxNotification {
name :: Text,
args :: [Text]
}
deriving stock (Eq, Show, Ord)