diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 15:09:42 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 15:09:42 +0200 |
commit | bf525097ee78c008f2c96653b3c4eb03f4923246 (patch) | |
tree | 16220093df4584e810addc48f48a1da9070b6f10 /src/Window.hs | |
parent | b3bdd804bda130d1ec0a66192e633ee0e0a476ca (diff) | |
download | xmobar-bf525097ee78c008f2c96653b3c4eb03f4923246.tar.gz xmobar-bf525097ee78c008f2c96653b3c4eb03f4923246.tar.bz2 |
Missing file headers and linting
Diffstat (limited to 'src/Window.hs')
-rw-r--r-- | src/Window.hs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Window.hs b/src/Window.hs index a069f1f..0ffa139 100644 --- a/src/Window.hs +++ b/src/Window.hs @@ -1,3 +1,18 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Window +-- Copyright : (c) 2011-12 Jose A. Ortega Ruiz +-- : (c) 2012 Jochen Keil +-- License : BSD-style (see LICENSE) +-- +-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org> +-- Stability : unstable +-- Portability : unportable +-- +-- Window manipulation functions +-- +----------------------------------------------------------------------------- + module Window where import Prelude hiding (catch) |