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/Log.hs | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src/XMonad/Custom/Log.hs') diff --git a/src/XMonad/Custom/Log.hs b/src/XMonad/Custom/Log.hs index ed4edc4..5a918c9 100644 --- a/src/XMonad/Custom/Log.hs +++ b/src/XMonad/Custom/Log.hs @@ -1,23 +1,18 @@ -{-# LANGUAGE LambdaCase #-} - ------------------------------------------------------------------------------ -- | --- Module : XMonad.Custom.Log --- Copyright : (c) 2018-2019 Azat Bahawi --- License : BSD3-style (see LICENSE) --- --- Maintainer : Azat Bahawi --- Stability : unstable --- Portability : unportable +-- Module : XMonad.Custom.Log +-- Copyright : (c) 2018-2019 Azat Bahawi +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi +-- Stability : unstable +-- Portability : unportable -- ------------------------------------------------------------------------------ module XMonad.Custom.Log ( logHook ) where import System.IO -import XMonad hiding (logHook) +import XMonad hiding ( logHook ) import XMonad.Actions.CopyWindow import XMonad.Custom.Theme import XMonad.Hooks.CurrentWorkspaceOnTop -- cgit 1.4.1