summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-02-23 11:16:02 +0000
committerjao <jao@gnu.org>2019-02-23 11:16:02 +0000
commit2cf781e32f5f09030de0579d942d2f429d3a3374 (patch)
tree1e972cfc50607ecbef4afd7795105546a04ec48e
parent132c4c459763c81ddf60aeedf5b87b619bb5f1ce (diff)
downloadxmobar-2cf781e32f5f09030de0579d942d2f429d3a3374.tar.gz
xmobar-2cf781e32f5f09030de0579d942d2f429d3a3374.tar.bz2
Export MarqueePipeReader (fixes #381)
-rw-r--r--src/Xmobar.hs2
-rw-r--r--src/Xmobar/Plugins/MarqueePipeReader.hs2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs
index 274d8fc..491aa8d 100644
--- a/src/Xmobar.hs
+++ b/src/Xmobar.hs
@@ -40,6 +40,7 @@ module Xmobar (xmobar
#endif
, module Xmobar.Plugins.Monitors
, module Xmobar.Plugins.PipeReader
+ , module Xmobar.Plugins.MarqueePipeReader
, module Xmobar.Plugins.StdinReader
, module Xmobar.Plugins.XMonadLog
) where
@@ -65,6 +66,7 @@ import Xmobar.Plugins.MBox
import Xmobar.Plugins.Monitors
import Xmobar.Plugins.PipeReader
import Xmobar.Plugins.StdinReader
+import Xmobar.Plugins.MarqueePipeReader
import Xmobar.Plugins.XMonadLog
import Xmobar.App.Main(xmobar, xmobarMain, configFromArgs)
diff --git a/src/Xmobar/Plugins/MarqueePipeReader.hs b/src/Xmobar/Plugins/MarqueePipeReader.hs
index 28e9ed5..084331b 100644
--- a/src/Xmobar/Plugins/MarqueePipeReader.hs
+++ b/src/Xmobar/Plugins/MarqueePipeReader.hs
@@ -12,7 +12,7 @@
--
-----------------------------------------------------------------------------
-module Xmobar.Plugins.MarqueePipeReader where
+module Xmobar.Plugins.MarqueePipeReader(MarqueePipeReader(..)) where
import System.IO (openFile, IOMode(ReadWriteMode), Handle)
import Xmobar.System.Environment