diff options
-rw-r--r-- | Config.hs | 2 | ||||
-rw-r--r-- | Main.hs | 2 | ||||
-rw-r--r-- | Parsers.hs | 6 | ||||
-rw-r--r-- | Plugins.hs | 2 | ||||
-rw-r--r-- | Runnable.hs | 2 | ||||
-rw-r--r-- | XUtil.hsc | 2 | ||||
-rw-r--r-- | Xmobar.hs | 2 |
7 files changed, 9 insertions, 9 deletions
@@ -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 -- @@ -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 -- @@ -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 @@ -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 -- @@ -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 -- @@ -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 -- |