cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 873456e7569825628558a592c99b8325a613aaceda502b15b5bfd3b89ebbc4a3
name: status-notifier-item
version: 0.3.0.5
synopsis: A wrapper over the StatusNotifierItem/libappindicator dbus specification
description: Please see the README on Github at <https://github.com/IvanMalison/status-notifier-item#readme>
category: Desktop
homepage: https://github.com/IvanMalison/status-notifier-item#readme
bug-reports: https://github.com/IvanMalison/status-notifier-item/issues
author: Ivan Malison
maintainer: IvanMalison@gmail.com
copyright: 2018 Ivan Malison
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
xml/StatusNotifierItem.xml
source-repository head
type: git
location: https://github.com/IvanMalison/status-notifier-item
library
exposed-modules:
StatusNotifier.Host.Service
StatusNotifier.Item.Client
StatusNotifier.Item.Service
StatusNotifier.TH
StatusNotifier.Util
StatusNotifier.Watcher.Client
StatusNotifier.Watcher.Constants
StatusNotifier.Watcher.Service
StatusNotifier.Watcher.Signals
other-modules:
Paths_status_notifier_item
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, byte-order
, bytestring
, bytestring-to-vector
, containers
, dbus >=1.2.1 && <2.0.0
, filepath
, hslogger
, lens
, template-haskell
, text
, transformers
, vector
default-language: Haskell2010
executable sni-cl-tool
main-is: Main.hs
other-modules:
Paths_status_notifier_item
hs-source-dirs:
./tool
build-depends:
base >=4.7 && <5
, dbus >1.0
, optparse-applicative
, status-notifier-item
default-language: Haskell2010
executable status-notifier-item-static
main-is: Main.hs
other-modules:
Paths_status_notifier_item
hs-source-dirs:
./item
build-depends:
base >=4.7 && <5
, optparse-applicative
, status-notifier-item
default-language: Haskell2010
executable status-notifier-watcher
main-is: Main.hs
other-modules:
Paths_status_notifier_item
hs-source-dirs:
./watcher
build-depends:
base >=4.7 && <5
, dbus >=1.0.0 && <2.0.0
, dbus-hslogger >=0.1.0.1 && <0.2.0.0
, hslogger
, optparse-applicative
, status-notifier-item
default-language: Haskell2010