aboutsummaryrefslogtreecommitdiff
path: root/Types/DesktopNotify.hs
Commit message (Collapse)AuthorAge
* Deal with the Semigroup/Monoid proposalGravatar Benjamin Barenblat2022-01-19
| | | | | base-4.11 made Semigroup a superclass of Monoid. Provide Semigroup implementations for Monoids.
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* add desktop notificationsGravatar Joey Hess2014-03-22
Motivation: Hook scripts for nautilus or other file managers need to provide the user with feedback that a file is being downloaded. This commit was sponsored by THM Schoemaker.