summaryrefslogtreecommitdiffhomepage
path: root/Plugins.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins.hs')
-rw-r--r--Plugins.hs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Plugins.hs b/Plugins.hs
index d6952b4..07541c7 100644
--- a/Plugins.hs
+++ b/Plugins.hs
@@ -3,7 +3,7 @@
-- Module : Xmobar.Plugins
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
---
+--
-- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
-- Stability : unstable
-- Portability : unportable
@@ -14,11 +14,12 @@
--
-----------------------------------------------------------------------------
-module Plugins ( Exec (..)
- , tenthSeconds
- , readFileSafe
- , hGetLineSafe
- ) where
+module Plugins
+ ( Exec (..)
+ , tenthSeconds
+ , readFileSafe
+ , hGetLineSafe
+ ) where
import Commands
import XUtil