summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2010-02-09 10:45:48 +0100
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2010-02-09 10:45:48 +0100
commit16825154a662343abd434ea64c064aac0813a199 (patch)
tree5b09ab4fd6c8b2b38def35cbcfcf7dc75412a6e2
parent23ac09baddf9727179422dc53f3068676e1798f4 (diff)
downloadxmobar-16825154a662343abd434ea64c064aac0813a199.tar.gz
xmobar-16825154a662343abd434ea64c064aac0813a199.tar.bz2
update my email
Ignore-this: afbb205e54c523b9f091d4495f9ba176dd3db971 darcs-hash:20100209094548-d6583-024d9319483e56a4482ce5fb705951097c33ec83.gz
-rw-r--r--Config.hs2
-rw-r--r--Main.hs2
-rw-r--r--Parsers.hs6
-rw-r--r--Plugins.hs2
-rw-r--r--Runnable.hs2
-rw-r--r--XUtil.hsc2
-rw-r--r--Xmobar.hs2
7 files changed, 9 insertions, 9 deletions
diff --git a/Config.hs b/Config.hs
index 40980fa..4873711 100644
--- a/Config.hs
+++ b/Config.hs
@@ -6,7 +6,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--
diff --git a/Main.hs b/Main.hs
index c34af3b..74ed8cd 100644
--- a/Main.hs
+++ b/Main.hs
@@ -5,7 +5,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--
diff --git a/Parsers.hs b/Parsers.hs
index 48c5748..78b4f3e 100644
--- a/Parsers.hs
+++ b/Parsers.hs
@@ -5,7 +5,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--
@@ -93,8 +93,8 @@ parseTemplate c s =
m = Map.fromList $ zip cl (commands c)
return $ combine c m str
--- | Given a finite "Map" and a parsed templatet produces the
--- | resulting output string.
+-- | Given a finite "Map" and a parsed template produce the resulting
+-- output string.
combine :: Config -> Map.Map String Runnable -> [(String, String, String)] -> [(Runnable,String,String)]
combine _ _ [] = []
combine c m ((ts,s,ss):xs) = (com, s, ss) : combine c m xs
diff --git a/Plugins.hs b/Plugins.hs
index 07541c7..d075383 100644
--- a/Plugins.hs
+++ b/Plugins.hs
@@ -4,7 +4,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--
diff --git a/Runnable.hs b/Runnable.hs
index a672327..fe39c80 100644
--- a/Runnable.hs
+++ b/Runnable.hs
@@ -5,7 +5,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XUtil.hsc b/XUtil.hsc
index c849bd5..2a61283 100644
--- a/XUtil.hsc
+++ b/XUtil.hsc
@@ -5,7 +5,7 @@
-- Copyright : (C) 2007 Andrea Rossato
-- License : BSD3
--
--- Maintainer : andrea.rossato@unibz.it
+-- Maintainer : andrea.rossato@unitn.it
-- Stability : unstable
-- Portability : unportable
--
diff --git a/Xmobar.hs b/Xmobar.hs
index 54daa06..6292c46 100644
--- a/Xmobar.hs
+++ b/Xmobar.hs
@@ -5,7 +5,7 @@
-- Copyright : (c) Andrea Rossato
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Maintainer : Andrea Rossato <andrea.rossato@unitn.it>
-- Stability : unstable
-- Portability : unportable
--