diff options
Diffstat (limited to 'src/XMonad/Custom/Prompt.hs')
-rw-r--r-- | src/XMonad/Custom/Prompt.hs | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/XMonad/Custom/Prompt.hs b/src/XMonad/Custom/Prompt.hs index 9e046c6..4ae6d24 100644 --- a/src/XMonad/Custom/Prompt.hs +++ b/src/XMonad/Custom/Prompt.hs @@ -1,14 +1,11 @@ ------------------------------------------------------------------------------ -- | --- Module : XMonad.Custom.Prompt --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> --- License : BSD3-style (see LICENSE) +-- Module : XMonad.Custom.Prompt +-- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi <azahi@teknik.io> +-- Stability : unstable +-- Portability : unportable -- --- Maintainer : Azat Bahawi <azahi@teknik.io> --- Stability : unstable --- Portability : unportable --- ------------------------------------------------------------------------------ module XMonad.Custom.Prompt ( listCompFunc |