Hi, On Sun, Jan 24, 2016 at 05:32:28PM -0700, Aaron Bieber wrote: > This haskell lib is needed for another patch (attached) that enables inotify > in xmobar. See attached screenshot for an example of it in use (top left > corner of the shot shows new mail counts for OpenBSD related stuff).
Ok for both by me, but --extra-include-dirs in this chunk of xmobar should be removed (xmobar doesn't #include any header files from inotify): > @@ -17,9 +18,13 @@ WANTLIB = X11 Xext Xft Xinerama Xrandr Xrender \ > MODULES = lang/ghc converters/libiconv > > MODGHC_BUILD = cabal hackage nort > -MODGHC_SETUP_CONF_ARGS = --flags="with_xft with_mpd with_mpris" > +MODGHC_SETUP_CONF_ARGS = --flags="with_xft with_mpd with_mpris with_inotify" > +MODGHC_SETUP_CONF_ARGS += --extra-include-dirs=${LOCALBASE}/include/inotify/ > \ > + --extra-lib-dirs=${LOCALBASE}/lib/inotify/ Ciao, Kili