packages feed

happindicator-0.0.1: Graphics/UI/AppIndicator/Enums.chs

module Graphics.UI.AppIndicator.Enums (
  AppIndicatorCategory(..),
  AppIndicatorStatus(..)
)
where

{#enum AppIndicatorCategory {underscoreToCase} deriving(Eq,Bounded,Show)#}
{#enum AppIndicatorStatus {underscoreToCase} deriving(Eq,Bounded,Show)#}