Skip to content

Commit

Permalink
Update from Hackage at 2019-07-02T00:01:57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 2, 2019
1 parent 582b779 commit dc1fde1
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
100 changes: 100 additions & 0 deletions status-notifier-item/0.3.0.4/status-notifier-item.cabal
@@ -0,0 +1,100 @@
cabal-version: 1.12

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

name: status-notifier-item
version: 0.3.0.4
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
, bytestring
, bytestring-to-vector
, containers
, dbus >=1.2.1 && <2.0.0
, filepath
, hslogger
, lens
, network <3.0.0.0
, 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
1 change: 1 addition & 0 deletions status-notifier-item/0.3.0.4/status-notifier-item.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5e4e384ca36d6b43e7fb86ffa432d55e","Skein512_512":"b4223331af7cfdab50db05b3684dd5fe75a99a2edbb78c7002babc090ebde189cc3a8fd56bc0d90d9de54c1dafab9ced92c0a537a93acfa33ea05b691c4cb137","SHA1":"97bf4a2427d0ad70ce6942712acec9148e74e73c","SHA512":"fd3269114e9cc10eee017aaa40d527edac1b229176fe967a202a5a2dd2db817f4f5d4aaae6f1ee87681780f9be201826993dab91d0c18f1cd5e9b02aac5406e6","SHA256":"c798076268a82c19e5ed53e965e8e0bf2022fbc41b4a8cc4b3d390b97f996c29"},"package-locations":["https://hackage.haskell.org/package/status-notifier-item-0.3.0.4/status-notifier-item-0.3.0.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/status-notifier-item-0.3.0.4.tar.gz"],"package-size":12179}

0 comments on commit dc1fde1

Please sign in to comment.