summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Plugins.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-24 20:36:10 +0000
committerjao <jao@gnu.org>2018-11-24 20:36:10 +0000
commit4af5117eb47028b234f4779c9c62cf344320e151 (patch)
treee981eb8934e52cb63a5bed1f7ab6240edc543eca /src/lib/Xmobar/Plugins.hs
parentc84a2e586563cce90f4324eb38bfb2e2207eb7fc (diff)
downloadxmobar-4af5117eb47028b234f4779c9c62cf344320e151.tar.gz
xmobar-4af5117eb47028b234f4779c9c62cf344320e151.tar.bz2
Refactoring: cleaner separation app/lib and more cleanups
Diffstat (limited to 'src/lib/Xmobar/Plugins.hs')
-rw-r--r--src/lib/Xmobar/Plugins.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Plugins.hs b/src/lib/Xmobar/Plugins.hs
index 75ee306..e8c6403 100644
--- a/src/lib/Xmobar/Plugins.hs
+++ b/src/lib/Xmobar/Plugins.hs
@@ -17,7 +17,6 @@
module Xmobar.Plugins
( Exec (..)
, tenthSeconds
- , readFileSafe
, hGetLineSafe
) where