libnotify

Bindings to libnotify library

Version on this page:0.1.1.0
LTS Haskell 9.21:0.2
Stackage Nightly 2017-07-25:0.2
Latest on Hackage:0.2.1

See all snapshots libnotify appears in

MIT licensed by Emon Tsukimiya, Matvey Aksenov
Maintained by Matvey Aksenov
This version can be pinned in stack with:libnotify-0.1.1.0@sha256:9926b95682fe8a27415a7d8d928559f251e9dbf4391b52854472c8431abdf7f8,1263

Module documentation for 0.1.1.0

Depends on 4 packages(full list with versions):
Used by 1 package in nightly-2015-10-07(full list with versions):

libnotify

Hackage Build Status

Bindings to libnotify library

Note that although the bindings are distributed under MIT license everything else is GPLed. And by everything I mean everything: glib, libnotify, haskell bindings to glib, and so forth. That effectively means that by using libnotify bindings you agree your project is GPLed too. Sorry about that!

Changes

0.1.1.0

  • Fixed Monoid instance for Mod

0.1.0.0

  • More complete and correct low level interface
  • Fix memory leak in notify_notification_new
  • Completely reworked high level interface