File: status-notifier-item.cabal

package info (click to toggle)
haskell-status-notifier-item 0.3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: haskell: 875; xml: 66; makefile: 6
file content (98 lines) | stat: -rw-r--r-- 2,499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:           status-notifier-item
version:        0.3.1.0
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