-- This file has been generated from package.yaml by hpack version 0.27.0. -- -- see: https://github.com/sol/hpack -- -- hash: 5b235b7f79be706daee2b55416bfcd57ccbe4b938c9a8946952054d97c72d088 name: gtk-sni-tray version: 0.1.0.0 synopsis: A standalone StatusNotifierItem/AppIndicator tray description: Please see the README on Github at 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.Tray other-modules: Paths_gtk_sni_tray hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , containers , dbus >=1.0.0 && <2.0.0 , directory , gi-dbusmenugtk3 , gi-gdk , gi-gdkpixbuf >=2.0.15 , gi-glib , gi-gtk >=3.0.21 , hslogger , status-notifier-item >=0.2.0.0 && <0.3.0.0 , text , transformers , 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 , 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