From daaa4cf16f1561156537abc96317045b5f7e55d9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 2 Dec 2019 18:04:34 +0300 Subject: haddock, stylish-haskell, stylish-cabal --- src/XMonad/Custom/Workspaces.hs | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/XMonad/Custom/Workspaces.hs') diff --git a/src/XMonad/Custom/Workspaces.hs b/src/XMonad/Custom/Workspaces.hs index 5832c6e..efc0704 100644 --- a/src/XMonad/Custom/Workspaces.hs +++ b/src/XMonad/Custom/Workspaces.hs @@ -1,21 +1,18 @@ ------------------------------------------------------------------------------ -- | --- Module : XMonad.Custom.Workspaces --- Copyright : (c) 2018-2019 Azat Bahawi --- License : BSD3-style (see LICENSE) +-- Module : XMonad.Custom.Workspaces +-- Copyright : (c) 2018-2019 Azat Bahawi +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi +-- Stability : unstable +-- Portability : unportable -- --- Maintainer : Azat Bahawi --- Stability : unstable --- Portability : unportable --- ------------------------------------------------------------------------------ module XMonad.Custom.Workspaces ( workspaces ) where import XMonad.Actions.DynamicProjects -import XMonad.Core hiding (workspaces) +import XMonad.Core hiding ( workspaces ) workspaces :: [WorkspaceId] workspaces = map show [1..9 :: Int] -- cgit 1.4.1