Skip to content

Commit

Permalink
export debugEventsHook'
Browse files Browse the repository at this point in the history
The whole point of it was to be an entry point that was simply in
IO. Somehow I forgot to export it.
  • Loading branch information
geekosaur committed May 2, 2024
1 parent cab938f commit 2570496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XMonad/Hooks/DebugEvents.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
--
-----------------------------------------------------------------------------

module XMonad.Hooks.DebugEvents (debugEventsHook) where
module XMonad.Hooks.DebugEvents (debugEventsHook
,debugEventsHook') where

import Prelude

Expand Down

0 comments on commit 2570496

Please sign in to comment.