-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlibnotify.cabal
50 lines (47 loc) · 1.23 KB
/
libnotify.cabal
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 <[email protected]>
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