gtk-sni-tray-0.1.3.0: gtk-sni-tray.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7df63c6c96e3fca85aa9675c23240c83d4a6deeedfdbd6b0a4ddd1295965abf8
name: gtk-sni-tray
version: 0.1.3.0
synopsis: A standalone StatusNotifierItem/AppIndicator tray
description: Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme>
category: System
homepage: https://github.com/IvanMalison/gtk-sni-tray#readme
bug-reports: https://github.com/IvanMalison/gtk-sni-tray/issues
author: Ivan Malison
maintainer: IvanMalison@gmail.com
copyright: 2018 Ivan Malison
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/IvanMalison/gtk-sni-tray
library
exposed-modules:
StatusNotifier.TransparentWindow
StatusNotifier.Tray
other-modules:
Paths_gtk_sni_tray
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring
, cairo
, containers
, dbus >=1.0.0 && <2.0.0
, directory
, enclosed-exceptions >=1.0.0.1
, filepath
, gi-cairo
, gi-dbusmenugtk3
, gi-gdk
, gi-gdkpixbuf >=2.0.16
, gi-glib
, gi-gtk >=3.0.21
, gtk-strut
, haskell-gi >=0.21.2
, haskell-gi-base >=0.21.1
, hslogger
, status-notifier-item >=0.2.2.0 && <0.3.0.0
, text
, transformers
, transformers-base >=0.4
, unix
pkgconfig-depends:
gtk+-3.0
default-language: Haskell2010
executable gtk-sni-tray-standalone
main-is: Main.hs
other-modules:
Paths_gtk_sni_tray
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, dbus >=1.0.0 && <2.0.0
, dbus-hslogger >=0.1.0.1 && <0.2.0.0
, gi-gdk
, gi-gtk >=3.0.21
, gtk-sni-tray
, gtk-strut
, hslogger
, optparse-applicative
, status-notifier-item >=0.2.0.0 && <0.3.0.0
, text
, unix
default-language: Haskell2010