/effectful-notify

Primary LanguageHaskellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

notify-effectful

A fork of fdo-notify.

Differencies:

  • wrapped into an effect
  • added support for Action handlers
  • Generic instances sprinkled over types
  • some deprecated/unimplemented stuff removed

Usage

Refer to the test executable.

Hacking

Enable binary cache1:

cachix use elvecent-presonal

Enter the shell:

nix-shell --arg devMode true

The devMode argument disables library profiling and optimizations to quickly2 build a shell with hoogle and stylish-haskell.

Footnotes

  1. not that's not a typo

  2. time is relative