mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 06:01:53 -07:00
Fix compatibility issue with GHC 7.6.x and 7.8.x
This commit is contained in:
@@ -514,7 +514,7 @@ findFirstDirWithEnv envName paths = do
|
|||||||
|
|
||||||
|
|
||||||
-- | Get the name of the file used to store the xmonad window state.
|
-- | Get the name of the file used to store the xmonad window state.
|
||||||
stateFileName :: MonadIO m => m FilePath
|
stateFileName :: (Functor m, MonadIO m) => m FilePath
|
||||||
stateFileName = (</> "xmonad.state") <$> getXMonadDataDir
|
stateFileName = (</> "xmonad.state") <$> getXMonadDataDir
|
||||||
|
|
||||||
-- | 'recompile force', recompile the xmonad configuration file when
|
-- | 'recompile force', recompile the xmonad configuration file when
|
||||||
|
Reference in New Issue
Block a user