From a135fcf40172355bc36bc6d4f98b484375dc5add Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 30 Apr 2020 18:06:11 +0100 Subject: Spurious import and hlinting --- src/Xmobar/System/Utils.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Xmobar/System') diff --git a/src/Xmobar/System/Utils.hs b/src/Xmobar/System/Utils.hs index 227850d..636436b 100644 --- a/src/Xmobar/System/Utils.hs +++ b/src/Xmobar/System/Utils.hs @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------ -- | -- Module: Utils --- Copyright: (c) 2010, 2018 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2010, 2018, 2020 Jose Antonio Ortega Ruiz -- License: BSD3-style (see LICENSE) -- -- Maintainer: Jose A Ortega Ruiz @@ -25,7 +25,6 @@ import Control.Concurrent.STM import System.Environment import System.FilePath -import System.IO expandHome :: FilePath -> IO FilePath expandHome ('~':'/':path) = fmap ( path) (getEnv "HOME") -- cgit v1.2.3