diff options
author | jao <jao@gnu.org> | 2018-11-24 20:36:10 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-24 20:36:10 +0000 |
commit | 4af5117eb47028b234f4779c9c62cf344320e151 (patch) | |
tree | e981eb8934e52cb63a5bed1f7ab6240edc543eca /src/lib/Xmobar/Plugins.hs | |
parent | c84a2e586563cce90f4324eb38bfb2e2207eb7fc (diff) | |
download | xmobar-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.hs | 1 |
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 |