diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index 74117e4..159cfaa 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,3 +1,15 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Main +-- Copyright : (c) azahi 2018 +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : azahi@teknik.io +-- Stability : unstable +-- Portability : unportable +-- +------------------------------------------------------------------------ + module Main where import XMonad |