File: fdo-notify.cabal

package info (click to toggle)
haskell-fdo-notify 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 84 kB
  • sloc: haskell: 197; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (6)
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
name:               fdo-notify
version:            0.3.1
synopsis:           Desktop Notifications client
description:
    A library for issuing notifications using FreeDesktop.org's Desktop
    Notifications protcol. This protocol is supported by services such
    as Ubuntu's NotifyOSD.
category:           Desktop
license:            BSD3
license-file:       LICENSE
author:             Max Rabkin
maintainer:         max.rabkin@gmail.com
homepage:           http://bitbucket.org/taejo/fdo-notify/
cabal-version:      >= 1.2.1
build-type:         Simple

extra-source-files:
    examples/fib.hs

library
    build-depends:
        base >= 3 && < 5
      , containers >= 0.1
      , dbus >= 0.10.4

    exposed-modules: DBus.Notify