libnotify-0.2.1: libnotify.cabal
name: libnotify
version: 0.2.1
synopsis: Bindings to libnotify library
description:
The package provides a high level interface to libnotify API (see "Libnotify")
.
"Libnotify.C.Notify" and "Libnotify.C.NotifyNotification" modules contain
bindings to C-level functions if you're into that
license: MIT
license-file: LICENSE
author: Emon Tsukimiya, Matvey Aksenov
maintainer: Matvey Aksenov <matvey.aksenov@gmail.com>
category: System, Desktop
cabal-version: >= 1.18
build-type: Simple
extra-doc-files:
asset/*.png
extra-source-files:
example/endless.hs
example/notify-send.hs
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/supki/libnotify
source-repository this
type: git
location: https://github.com/supki/libnotify
tag: 0.2.1
library
default-language:
Haskell2010
hs-source-dirs:
src
build-depends:
base >= 4.5 && < 5
, bytestring >= 0.9
, glib >= 0.12.3
, gtk >= 0.12.3
exposed-modules:
Libnotify
Libnotify.C.Notify
Libnotify.C.NotifyNotification
ghc-options:
-Wall
extra-libraries:
notify